Skip to content

Commit

Permalink
fix earthfile path and add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Dee committed May 21, 2024
1 parent fd05c19 commit a17a6d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-allure-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
if: always()
continue-on-error: true
with:
earthfile: ./catalyst-gateway/tests/api-tests/
flags:
earthfile: ./catalyst-gateway/tests/api_tests/
flags: --allow-privileged
targets: test
target_flags:
runner_address: ${{ secrets.EARTHLY_SATELLITE_ADDRESS }}
Expand Down
3 changes: 2 additions & 1 deletion catalyst-gateway/tests/api_tests/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__pycache__
__pycache__
junit-report.xml

0 comments on commit a17a6d6

Please sign in to comment.