Skip to content

Commit

Permalink
at this point spending the time to do gha locally wouldve been faster
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Christoff <[email protected]>
  • Loading branch information
schristoff committed Feb 5, 2024
1 parent d54049a commit 4aefdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integ-reuseable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
run: go run mage.go build
shell: bash
- name: Integration Test
run: go test -v -timeout=10m -tags=integration ./tests/integration/"${{inputs.test_name}}".go
run: go test -v -timeout=10m -tags=integration ./tests/integration/${{inputs.test_name}}.go
shell: bash

0 comments on commit 4aefdf2

Please sign in to comment.