Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tdroxler committed Apr 29, 2024
1 parent 6d2f703 commit a921071
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
run: npm i
run: npx tsc --build
run: node dist/e2e.js
- run: npm i
- run: npx tsc --build
- run: node dist/e2e.js

0 comments on commit a921071

Please sign in to comment.