Skip to content

Commit

Permalink
Try something else
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed Jul 6, 2023
1 parent e760266 commit ddf0646
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ jobs:
steps:
- uses: actions/checkout@v3

# - name: Install Nix
# uses: DeterminateSystems/nix-installer-action@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4

- name: Install Devbox
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 run test
run: devbox -c devbox.d/php-8_1 run test

0 comments on commit ddf0646

Please sign in to comment.