Skip to content

Commit

Permalink
Disable acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seba-aln committed Sep 27, 2023
1 parent e10bcda commit 1745457
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:
cp sdk-specifications/features/access/authorization-failure-reporting.feature tests/acceptance/pam
cp sdk-specifications/features/access/grant-token.feature tests/acceptance/pam
cp sdk-specifications/features/access/revoke-token.feature tests/acceptance/pam
cp sdk-specifcations/features/encryption/cryptor-module.feature tests/accetpance/encryption/assets/cryptor-module.feature
cp sdk-specifcations/features/encryption/assets/ tests/accetpance/encryption/assets/
# cp sdk-specifcations/features/encryption/cryptor-module.feature tests/accetpance/encryption/assets/cryptor-module.feature
# cp sdk-specifcations/features/encryption/assets/ tests/accetpance/encryption/assets/
sudo pip3 install -r requirements-dev.txt
behave --junit tests/acceptance/pam
behave --junit tests/acceptance/encryption/cryptor-module.feature
# behave --junit tests/acceptance/encryption/cryptor-module.feature
- name: Expose acceptance tests reports
uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 1745457

Please sign in to comment.