Add new trigger workflow incl. Devbox
This commit is contained in:
19
.gitea/workflows/trigger_devbox.yaml
Normal file
19
.gitea/workflows/trigger_devbox.yaml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
name: Testing with devbox
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install devbox
|
||||||
|
uses: jetify-com/devbox-install-action@v0.11.0
|
||||||
|
|
||||||
|
- name: Run arbitrary commands
|
||||||
|
run: devbox run -- echo "done!"
|
||||||
|
|
||||||
|
- name: Run a script called test
|
||||||
|
run: devbox run test
|
||||||
Reference in New Issue
Block a user