Skip to content

Commit

Permalink
Merge pull request #1483 from step-security/fix-test-cmd
Browse files Browse the repository at this point in the history
Update test command
  • Loading branch information
varunsh-coder authored Nov 21, 2022
2 parents cc8ab6b + 50564ba commit da9e499
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/int.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_INT }}
aws-region: us-west-2

- run: go test
- run: go test ./... -coverpkg=./...
env:
PAT: ${{ secrets.PAT }}

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
uses: actions/setup-go@37335c7bb261b353407cff977110895fa0b4f7d8
with:
go-version: 1.17

- run: go test
env:
PAT: ${{ secrets.PAT }}

- run: go test ./... -coverpkg=./...
env:
PAT: ${{ secrets.PAT }}
- uses: step-security/wait-for-secrets@1204ba02d7a707c4ef2e906d2ea1e36eebd9bbd2
id: wait-for-secrets
with:
Expand Down

0 comments on commit da9e499

Please sign in to comment.