Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
corymhall committed Aug 20, 2024
1 parent fc2b547 commit 0c9c8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Install gotestsum
run: go install gotest.tools/gotestsum@latest
- name: Go mod download
run: go mod download
run: cd examples && go mod download
- name: Generate go test Slice
id: test_split
uses: hashicorp-forge/[email protected]
Expand Down

0 comments on commit 0c9c8cf

Please sign in to comment.