1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-19 08:27:40 +00:00

fixed github actions

This commit is contained in:
Steven Hugg
2022-02-22 13:37:14 -06:00
parent fdd7d79aaa
commit 03254b28ff
+2
View File
@@ -29,12 +29,14 @@ jobs:
- run: npm run build --if-present
test:
needs: build
runs-on: ubuntu-latest
steps:
- run: npm test
env:
TEST8BIT_GITHUB_TOKEN: ${{ secrets.TEST8BIT_GITHUB_TOKEN }}
deploy:
needs: test
runs-on: ubuntu-latest
steps:
- run: make distro
- name: Deploy