1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 00:17:04 +00:00

github ci fixes? removed travis

This commit is contained in:
Steven Hugg
2021-09-16 11:42:42 -05:00
parent 89cc76c14b
commit 6e568d0c42
2 changed files with 2 additions and 14 deletions
+2
View File
@@ -26,6 +26,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: git submodule init
- run: git submodule update
- run: npm ci
- run: npm run build --if-present
- run: npm test