Skip to content

Commit

Permalink
debug docker testing
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansaleem committed Feb 24, 2025
1 parent 58d2354 commit e6c5343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
shell: bash

- name: Build and unit test
run: ./gradlew build
run: ./gradlew build -x test #TODO: Enable before PR merge
shell: bash

- name: Integration Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
run: echo "::set-output name=path::$(realpath ./build/reports)"

- name: Run Docker tests
run: sh ./docker/test.sh 'consensys/web3signer:test' '${{ steps.get-reports-dir.outputs.path }}'
run: ./docker/test.sh 'consensys/web3signer:test' '${{ steps.get-reports-dir.outputs.path }}'

- name: Summarize Docker tests results
uses: jeantessier/test-summary-action@v1.0.7
Expand Down

0 comments on commit e6c5343

Please sign in to comment.