Skip to content

Commit

Permalink
set workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
strantalis committed Aug 10, 2024
1 parent f298e54 commit 6ee81b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
- run: |
mkdir -p $HOME/.local/bin
ls -alh
go build -o $HOME/.local/bin/otdfctl otdfctl
go build -o $HOME/.local/bin/otdfctl .
working-directory: otdfctl
- uses: bats-core/bats-action@472edde1138d59aca53ff162fb8d996666d21e4a
- name: "Install mkcert"
run: go install filippo.io/mkcert@2a46726cebac0ff4e1f133d90b4e4c42f1edf44a
Expand Down

0 comments on commit 6ee81b3

Please sign in to comment.