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 41b340c commit 2852da5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/billing-project-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ jobs:
run: poetry install
working-directory: ${{ github.workspace }}/tools
- name: Run script
run: python -m billing_project
run: |
source .venv/bin/activate
python -m billing_project
working-directory: ${{ github.workspace }}/tools

0 comments on commit 2852da5

Please sign in to comment.