Skip to content

Commit

Permalink
refactor: update acceptance test workflow to use test-command parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerebrovinny committed Jan 14, 2025
1 parent 7998437 commit 9580b73
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,9 @@ jobs:
- name: Acceptance tests
timeout-minutes: 10
run: make testacc TEST_VERBOSITY=quiet

- name: Run Go tests with go-test-action
uses: robherley/go-test-action@v0
with:
moduleDirectory: '.'
testArguments: '-v -timeout 20m ./...'
test-command: "make testacc TEST_VERBOSITY=quiet"

docker:
name: "Docker Lint"
Expand Down

0 comments on commit 9580b73

Please sign in to comment.