Update workflow

This commit is contained in:
Nick Cipollo
2019-08-27 14:06:56 -04:00
parent ab829dde02
commit 276a95ef7b

View File

@@ -7,14 +7,14 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: "npm ci"
run: npm ci
- name: "yarn ci"
run: yarn ci
- name: "npm run build"
run: npm run build
- name: "yarn build"
run: yarn build
- name: "npm run test"
run: npm run test
- name: "yarn test"
run: yarn test
- name: "check for uncommitted changes"
# Ensure no changes, but ignore node_modules dir since dev/fresh ci deps installed.