Skip to content

Commit

Permalink
correct test run usage
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbozhenko committed Dec 12, 2023
1 parent acf0701 commit 46b6318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Get dependencies
run: go get -v -t -d ./...
- name: run script
run: go test stale_repositories_test.go
run: go test -v -run ^TestStaleRepository$
env:
OAUTH_TOKEN: ${{secrets.OAUTH_TOKEN}}

0 comments on commit 46b6318

Please sign in to comment.