Skip to content

Commit

Permalink
thug commit for workflows/main-CI.yml to include environment definiti…
Browse files Browse the repository at this point in the history
…ons for IDENTITY and STACK_NAME in quick attempt to fix CI
  • Loading branch information
dmichaels-harvard committed Jan 28, 2025
1 parent 9a024e5 commit 8a8fd33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ jobs:
env:
S3_ENCRYPT_KEY: ${{ secrets.S3_ENCRYPT_KEY }}
DEV_SECRET: ${{ secrets.DEV_SECRET }}
IDENTITY: ${{ secrets.IDENTITY }}
STACK_NAME: ${{ secrets.STACK_NAME }}
run: poetry run pytest -vv tests -m "not integratedx"

0 comments on commit 8a8fd33

Please sign in to comment.