Skip to content

Commit

Permalink
build: run typescript test checks on actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Jun 26, 2024
1 parent d0ee9e9 commit e6ea6bd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ jobs:
node-version: 20
- run: npm ci
- run: npm run lint
test-typescript:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-node@v1
with:
node-version: 20
- run: npm ci
- run: npm run test:typescript
test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e6ea6bd

Please sign in to comment.