Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
attempt to fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
WickyNilliams committed Jan 28, 2021
1 parent fd6eccc commit 4a769c6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org

- name: Install dependencies, lint and run all tests
- name: Install dependencies
run: npm install

- name: Build project
run: npm run build

- name: Run tests
run: npm test

- name: Run hydrate tests
run: cd hydrate/tests && npm install && npm test

0 comments on commit 4a769c6

Please sign in to comment.