Skip to content

Commit

Permalink
Added ts build step for browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
parthverma1 committed Jun 14, 2024
1 parent 816c0d0 commit 097931a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- name: Install
run: npm install

- name: Compile TS
run: tsc lib/**/*.ts

- name: Run browser tests
run: npm run test-browser

Expand All @@ -56,7 +59,7 @@ jobs:
fail-fast: false
matrix:
node-version: [16]

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -68,7 +71,7 @@ jobs:

- name: Install with legacy peer deps
run: npm install --legacy-peer-deps

- name: Compile TS
run: tsc lib/**/*.ts

Expand Down

0 comments on commit 097931a

Please sign in to comment.