fixed github actions

This commit is contained in:
Steven Hugg 2022-02-22 13:37:14 -06:00
parent fdd7d79aaa
commit 03254b28ff
1 changed files with 2 additions and 0 deletions

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