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 ea74d05 commit 7bbe021
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- name: test
uses: cedrickring/[email protected]
uses: actions/setup-go@v5
env:
PROJECT_PATH: "./v1"
with:
args: go test -v ./...
go-version: "==1.22.1"
run: "go test -v ./..."

0 comments on commit 7bbe021

Please sign in to comment.