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

View File

@ -17,6 +17,6 @@ jobs:
- name: Get dependencies - name: Get dependencies
run: go get -v -t -d ./... run: go get -v -t -d ./...
- name: run script - name: run script
run: go test stale_repositories_test.go run: go test -v -run ^TestStaleRepository$
env: env:
OAUTH_TOKEN: ${{secrets.OAUTH_TOKEN}} OAUTH_TOKEN: ${{secrets.OAUTH_TOKEN}}