Skip to content

Commit

Permalink
ci: run e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Sep 12, 2024
1 parent ad5f176 commit 20a58a8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ jobs:
- run: npm ci
- run: npx wsrun -mc build

test-e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run -w barnard59-test-e2e test

test-cli:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 20a58a8

Please sign in to comment.