Skip to content

Commit

Permalink
adds example tests script
Browse files Browse the repository at this point in the history
  • Loading branch information
roryc89 committed Jan 25, 2021
1 parent d181dd2 commit f1e0567
Show file tree
Hide file tree
Showing 8 changed files with 540 additions and 41 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,11 @@ jobs:
- run: spago build

- run: spago test --no-install
- run: spago test --no-install

- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x

- run: node ./run-example-tests.js
Loading

0 comments on commit f1e0567

Please sign in to comment.