correct test run usage

This commit is contained in:
Alex Bozhenko 2023-12-11 16:56:29 -08:00 committed by Avelino
parent 5d166a5d42
commit e05ea4cec3
1 changed files with 1 additions and 1 deletions

View File

@ -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}}