Skip to content

Commit 38b6d20

Browse files
committed
Test Devbox Install Action w/ Nix Installer in CI/CD
1 parent d50f32c commit 38b6d20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cli-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
steps:
8585
- uses: actions/checkout@v4
8686
- name: Install devbox
87-
uses: jetify-com/devbox-install-action@v0.13.0
87+
uses: jetify-com/devbox-install-action@219b7e17e2e804ef16f25d01285d63ac05b795ea
8888
with:
8989
enable-cache: true
9090
- name: Build flake
@@ -105,7 +105,7 @@ jobs:
105105
- uses: actions/checkout@v4
106106

107107
- name: Install devbox
108-
uses: jetify-com/devbox-install-action@v0.13.0
108+
uses: jetify-com/devbox-install-action@219b7e17e2e804ef16f25d01285d63ac05b795ea
109109
with:
110110
enable-cache: true
111111

@@ -167,7 +167,7 @@ jobs:
167167
brew install dash zsh
168168
fi
169169
- name: Install devbox
170-
uses: jetify-com/devbox-install-action@v0.13.0
170+
uses: jetify-com/devbox-install-action@219b7e17e2e804ef16f25d01285d63ac05b795ea
171171
with:
172172
enable-cache: true
173173
- name: Run fast tests

0 commit comments

Comments
 (0)