mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-02-18 00:30:43 +00:00
fixed github actions again, back to the way it was
This commit is contained in:
parent
03254b28ff
commit
b6467ce314
8
.github/workflows/node.js.yml
vendored
8
.github/workflows/node.js.yml
vendored
@ -27,17 +27,9 @@ jobs:
|
|||||||
- run: git submodule update
|
- run: git submodule update
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build --if-present
|
- run: npm run build --if-present
|
||||||
test:
|
|
||||||
needs: build
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- run: npm test
|
- run: npm test
|
||||||
env:
|
env:
|
||||||
TEST8BIT_GITHUB_TOKEN: ${{ secrets.TEST8BIT_GITHUB_TOKEN }}
|
TEST8BIT_GITHUB_TOKEN: ${{ secrets.TEST8BIT_GITHUB_TOKEN }}
|
||||||
deploy:
|
|
||||||
needs: test
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- run: make distro
|
- run: make distro
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@v4.2.5
|
uses: JamesIves/github-pages-deploy-action@v4.2.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user