Skip to content

Commit

Permalink
Run script
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbst-broad committed Oct 10, 2023
1 parent a7a0289 commit 8c67dca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/billing-project-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ jobs:
# install your root project, if required
#----------------------------------------------
- name: Install project
run: poetry install --no-interactionZ
run: poetry install --no-interaction
#----------------------------------------------
# run the script
#----------------------------------------------
- name: Run script
run: |
source .venv/bin/activate
Expand Down

0 comments on commit 8c67dca

Please sign in to comment.