Skip to content

Commit

Permalink
test workflow improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerebrovinny committed Jan 11, 2025
1 parent f1da6af commit 414bb4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,10 @@ jobs:
make deps
- name: Acceptance tests
uses: n8maninger/go-test-action@v1
timeout-minutes: 10
uses: robherley/go-test-action@v0
with:
test-flags: "-timeout 10m"
test-command: "make testacc"
report-name: "acceptance-tests"
max-output-size: "2M"

docker:
name: "Docker Lint"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ require (
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.10.0
github.com/zclconf/go-cty v1.16.0
golang.org/x/oauth2 v0.24.0
golang.org/x/term v0.28.0
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
gopkg.in/yaml.v2 v2.4.0
Expand Down Expand Up @@ -264,7 +265,6 @@ require (
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/oauth2 v0.24.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
Expand Down

0 comments on commit 414bb4a

Please sign in to comment.