This commit is contained in:
Trent Jones
2020-02-29 13:26:10 -06:00
parent 933feb0fd6
commit 9625970c51
3 changed files with 5 additions and 3 deletions

View File

@@ -13,7 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm run pack
- run: |
npm install
npm run pack
smoke-test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest