Skip to content

Commit

Permalink
adds working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Mar 18, 2024
1 parent 4d9ee30 commit 82e37e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/relayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
with:
go-version: 1.20

- name: Check out code into the Go module directory
uses: actions/checkout@v3

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

- name: Run Mage Build Task
working-directory: relayer
run: mage build
env:
GO111MODULE: on

- name: Run tests
working-directory: relayer
run: go test -v ./...

0 comments on commit 82e37e9

Please sign in to comment.