Skip to content

Commit

Permalink
Fix build error #24
Browse files Browse the repository at this point in the history
  • Loading branch information
harai committed Oct 2, 2024
1 parent 8b8fd74 commit 8c23488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
env:
TEST_SECRET_ACCESS_KEY: ${{secrets.TEST_AWS_SECRET_ACCESS_KEY}}
- run: poetry install --sync
working-directory: src/origin-request
- run: poetry run python -m xmlrunner --output-file ../../work/report-origin-request.xml originrequest/test_index.py 2>&1
working-directory: src/origin-request
- name: Publish Unit Test Results
Expand Down

0 comments on commit 8c23488

Please sign in to comment.