mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-26 10:49:17 +00:00
fixed github actions
This commit is contained in:
parent
fdd7d79aaa
commit
03254b28ff
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
@ -29,12 +29,14 @@ jobs:
|
|||||||
- run: npm run build --if-present
|
- run: npm run build --if-present
|
||||||
test:
|
test:
|
||||||
needs: build
|
needs: build
|
||||||
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: npm test
|
- run: npm test
|
||||||
env:
|
env:
|
||||||
TEST8BIT_GITHUB_TOKEN: ${{ secrets.TEST8BIT_GITHUB_TOKEN }}
|
TEST8BIT_GITHUB_TOKEN: ${{ secrets.TEST8BIT_GITHUB_TOKEN }}
|
||||||
deploy:
|
deploy:
|
||||||
needs: test
|
needs: test
|
||||||
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: make distro
|
- run: make distro
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user