Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jul 23, 2023
2 parents a8b908e + 8f1c43b commit cc93b09
Show file tree
Hide file tree
Showing 10 changed files with 8,740 additions and 27,871 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: CI
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
jobs:
Tests:
runs-on: ${{ matrix.os }}
Expand All @@ -9,14 +13,15 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm install
- run: npm test
cache: pnpm
- run: pnpm install
- run: pnpm test
env:
CI: true
- run: npm run e2e
- run: pnpm run e2e
env:
CI: true
Loading

0 comments on commit cc93b09

Please sign in to comment.