Skip to content

Commit

Permalink
Add project path to Install devbox action step
Browse files Browse the repository at this point in the history
  • Loading branch information
jcardozo-eth authored Sep 2, 2024
1 parent 79c0d92 commit ac1b854
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ jobs:

- name: Install devbox
uses: jetify-com/[email protected]
with:
project-path: '.'

- name: Run arbitrary commands
run: devbox run -- echo "done!"

- name: Install all Devbox dependencies defined under devbox.json
run: devbox install


- name: Check Java version
run: |
devbox shell
Expand Down

0 comments on commit ac1b854

Please sign in to comment.