Skip to content

Commit

Permalink
write whole content to file
Browse files Browse the repository at this point in the history
  • Loading branch information
romanlutz committed Dec 20, 2024
1 parent 92bff7e commit f732687
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ steps:
KeyVaultName: 'integration-test-env'
SecretsFilter: 'pyrit-test'
RunAsPreJob: false
- bash: python -c "import os; file = open('.env', 'w'); file.write(os.environ['PYRIT_TEST'][:4])"
- bash: python -c "import os; file = open('.env', 'w'); file.write(os.environ['PYRIT_TEST'])"
env:
PYRIT_TEST: $(pyrit-test)
- bash: ls -la
- bash: cat .env
- bash: pip install --upgrade setuptools pip
- bash: pip install .[all]
- bash: make integration-test

0 comments on commit f732687

Please # to comment.