Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-koenig authored Sep 3, 2024
1 parent fbf8713 commit 7914705
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ jobs:
API_KEY_GALAXY_WEB_IPK: ${{secrets.API_KEY_GALAXY_WEB_IPK}}
API_KEY_USEGALAXYEU: ${{secrets.API_KEY_USEGALAXYEU}}
run: |
echo "api_key = \"$API_KEY_GALAXY_WEB_IPK\"" >> ~/.blast2galaxy.toml
cat ~/.blast2galaxy.toml
cp test_data/.blast2galaxy.toml ~/.blast2galaxy.toml
sed -i "s/API_KEY_USEGALAXYEU/$API_KEY_USEGALAXYEU/g" ~/.blast2galaxy.toml
sed -i "s/API_KEY_GALAXY_WEB_IPK/$API_KEY_GALAXY_WEB_IPK/g" ~/.blast2galaxy.toml
- name: Run tests
run: poetry run pytest -s tests/

0 comments on commit 7914705

Please sign in to comment.