Skip to content

Commit 3a7d120

Browse files
committed
Add test devbox Github Action
1 parent fedf1b4 commit 3a7d120

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/test-devbox.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)