Skip to content

Commit

Permalink
fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
KappaDistributive committed Mar 24, 2024
1 parent 7bbe021 commit 8a88c5f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test
uses: actions/setup-go@v5
env:
PROJECT_PATH: "./v1"
with:
go-version: "==1.22.1"
run: "go test -v ./..."
- uses: actions/checkout@v4
- name: test
uses: actions/setup-go@v5
env:
PROJECT_PATH: "./v1"
with:
go-version: "==1.22.1"
- run: "go test -v ./..."

0 comments on commit 8a88c5f

Please sign in to comment.