Skip to content

Commit

Permalink
fix docker test paths
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Sep 4, 2024
1 parent 790af7f commit 2e3ebc0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
if: ${{ github.event_name == 'pull_request_review' || github.event.label.name == 'docker_tests' }}
runs-on: ubuntu-latest
name: Docker Test ${{ matrix.test.name }}
defaults:
run:
working-directory: lib
strategy:
fail-fast: false
matrix:
Expand All @@ -29,8 +26,8 @@ jobs:
- name: Install Go
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-go@e29366cdecfe6befff9ab8c3cfe4825218505d58 # v2.3.16
with:
test_download_vendor_packages_command: go mod download
go_mod_path: ./go.mod
test_download_vendor_packages_command: cd lib && go mod download
go_mod_path: ./lib/go.mod
cache_key_id: ctf-go
cache_restore_only: 'false'
- name: Install gotestloghelper
Expand Down

0 comments on commit 2e3ebc0

Please sign in to comment.