We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fedf1b4 commit 3a7d120Copy full SHA for 3a7d120
.github/workflows/test-devbox.yml
@@ -0,0 +1,21 @@
1
+name: Testing with devbox
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - 157-offline-dev
7
8
+jobs:
9
+ test:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@v3
13
14
+ - name: Install devbox
15
+ uses: jetify-com/[email protected]
16
17
+ - name: Run a script called test
18
+ run: devbox run setup
19
20
+ - name: Run arbitrary commands
21
+ run: devbox run -- echo "done!"
0 commit comments