testing actions
This commit is contained in:
parent
df2e9a107b
commit
77c1e20021
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue