Skip to content

Commit

Permalink
Merge pull request #1476 from step-security/update-workflow-test-cmd
Browse files Browse the repository at this point in the history
Update test command
  • Loading branch information
varunsh-coder committed Nov 21, 2022
2 parents b994863 + e9482c1 commit 361b35a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
go-version: 1.17

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

Expand Down

0 comments on commit 361b35a

Please sign in to comment.