Skip to content

Commit

Permalink
Merge pull request #102 from CSR-LC/fix-init-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfusFlow authored Aug 7, 2024
2 parents b83be0f + 0741b5f commit c4ad64a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
run: |
make build-int-image
- name: Run service
uses: isbang/compose-action@v1.4.1
uses: hoverkraft-tech/compose-action@v2.0.1
with:
compose-file: "./int-test-infra/docker-compose.int-test.yml"
- name: Test
run: |
make int-test-without-infra
make int-test-without-infra
2 changes: 1 addition & 1 deletion int-test-infra/docker-compose.int-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ services:
retries: 5

networks:
go-network:
go-network:

0 comments on commit c4ad64a

Please sign in to comment.