Skip to content

Commit

Permalink
attempt to fix integration tests execution
Browse files Browse the repository at this point in the history
  • Loading branch information
ytqsl committed Oct 21, 2024
1 parent ed6f6f8 commit e4889d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
push: false
cache-from: type=gha
cache-to: type=gha,mode=max
tags: integration-tests:latest
tags: localhost:5000/integration-tests:latest

- name: Run tests
uses: addnab/docker-run-action@v3
with:
image: integration-tests:latest
image: localhost:5000/integration-tests:latest
options: -v secrets.json:/src/secrets.json -e SECRETS_FILE_PATH=/src/secrets.json

0 comments on commit e4889d5

Please sign in to comment.