testing actions
Some checks failed
/ build (push) Successful in 19s
/ deploy (push) Failing after 14s

This commit is contained in:
Louis Guidez reind33r 2024-02-07 23:44:36 +01:00
parent df2e9a107b
commit 77c1e20021

View file

@ -21,7 +21,9 @@ jobs:
path: dist/ path: dist/
deploy: deploy:
needs: [build] needs: [build]
runs-on: node:16-bullseye # Required by actions/download-artifact runs-on: docker
container:
image: node:16-bullseye # Required by actions/download-artifact
steps: steps:
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3
with: with: