Skip to content

Commit

Permalink
Add project-path back
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed Jul 6, 2023
1 parent ddf0646 commit a96a1b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
uses: jetpack-io/devbox-install-action@v0.4.0
with:
enable-cache: false
# project-path: 'devbox.d/php-8_1'
project-path: 'devbox.d/php-8_1'

- run: pwd

- name: Test
run: devbox -c devbox.d/php-8_1 run test
run: devbox run test

0 comments on commit a96a1b1

Please sign in to comment.