ci: use devbox gh action instead

This commit is contained in:
Mark Joshwel 2023-06-03 07:43:50 +00:00 committed by GitHub
parent 518e83f9c9
commit 46b82aeebd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,9 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: install devbox
uses: jetpack-io/devbox-install-action@v0.2.0
- name: build artifacts
run: |
curl -fsSL https://get.jetpack.io/devbox | bash -f
devbox run poetry install
devbox run poetry build
- name: hash artifacts