Skip to content

Commit

Permalink
set wd
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe committed Oct 16, 2023
1 parent b9fc126 commit b185129
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
go-version: 1.21.3

- name: Install Mage
working-directory: ./impl
run: go install github.com/magefile/mage

- name: Check Vulnerabilities
working-directory: ./impl
run: mage -v vuln
build:
runs-on: ubuntu-latest
Expand All @@ -38,10 +40,13 @@ jobs:
go-version: 1.21.3

- name: Install Mage
working-directory: ./impl
run: go install github.com/magefile/mage

- name: Build
working-directory: ./impl
run: mage build

- name: Test
working-directory: ./impl
run: mage citest

0 comments on commit b185129

Please sign in to comment.