mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-04 23:32:49 +08:00
GitHub Actions: CI Workflow installs ginkgo beforehand
Fixes, hopefully: ``` integration_flags_test.go:8:2: no required module provides package github.com/onsi/ginkgo/v2; to add it: go get github.com/onsi/ginkgo/v2 ```
This commit is contained in:
2
.github/workflows/ci-tests.yml
vendored
2
.github/workflows/ci-tests.yml
vendored
@@ -15,4 +15,4 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Test
|
||||
run: go mod download && ginkgo -r -p .
|
||||
run: go mod download && go install github.com/onsi/ginkgo/v2/ginkgo && ginkgo -r -p .
|
||||
|
Reference in New Issue
Block a user