Skip to content

Commit

Permalink
ci: exclude integration tests using Docker
Browse files Browse the repository at this point in the history
...that are no longer working.

ING-4362
  • Loading branch information
stempler committed Aug 19, 2024
1 parent dd775b1 commit be034c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
EOF
- name: Test
run: ./build.sh integrationStage
run: ./build.sh commitStage # integrationStage no longer working due to outdated Docker client, tests are performed in hale-core
working-directory: ./build

- name: Product
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Test
if: ${{ inputs.includeTests }}
run: ./build.sh integrationStage
run: ./build.sh commitStage # integrationStage no longer working due to outdated Docker client, tests are performed in hale-core
working-directory: ./build

- name: Publish Test Report
Expand Down

0 comments on commit be034c8

Please sign in to comment.