Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Action fails - error getting a locales package? #30

Open
acidjazz opened this issue Oct 2, 2022 · 0 comments
Open

Github Action fails - error getting a locales package? #30

acidjazz opened this issue Oct 2, 2022 · 0 comments

Comments

@acidjazz
Copy link

acidjazz commented Oct 2, 2022

I'm not quite sure where this is coming from since GH is definitely not down:

here is the area where i install/run courtney:

      - name: Install courtney for coverage
        run: go install github.com/dave/courtney@latest

      - name: Run Tests
        run: |
          courtney ./tests ./controllers

and my output is now oddly:

Run courtney ./tests ./controllers
open  downloading github.com/go-playground/locales v0.[1](https://github.com/vulncheck/api/actions/runs/3166862695/jobs/5156898345#step:12:1)4.0: no such file or directory
Error reading files from  downloading github.com/go-playground/locales v0.14.0
github.com/dave/courtney/tester.(*Tester).processDir
	/home/runner/go/pkg/mod/github.com/dave/[email protected]/tester/tester.go:1[9](https://github.com/vulncheck/api/actions/runs/3166862695/jobs/5156898345#step:12:10)5
github.com/dave/courtney/tester.(*Tester).Test
	/home/runner/go/pkg/mod/github.com/dave/[email protected]/tester/tester.go:59
main.Run
	/home/runner/go/pkg/mod/github.com/dave/[email protected]/courtney.go:66
main.main
	/home/runner/go/pkg/mod/github.com/dave/[email protected]/courtney.go:44
runtime.main
	/opt/hostedtoolcache/go/1.19.1/x64/src/runtime/proc.go:250
runtime.goexit
	/opt/hostedtoolcache/go/1.19.1/x64/src/runtime/asm_amd64.s:[15](https://github.com/vulncheck/api/actions/runs/3166862695/jobs/5156898345#step:12:16)94
Test
main.Run
	/home/runner/go/pkg/mod/github.com/dave/[email protected]/courtney.go:67
main.main
	/home/runner/go/pkg/mod/github.com/dave/[email protected]/courtney.go:44
runtime.main
	/opt/hostedtoolcache/go/1.[19](https://github.com/vulncheck/api/actions/runs/3166862695/jobs/5156898345#step:12:20).1/x64/src/runtime/proc.go:250
runtime.goexit
	/opt/hostedtoolcache/go/1.19.1/x64/src/runtime/asm_amd64.s:1594
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant