Skip to content

Commit

Permalink
Merge pull request #43 from torusresearch/feat/update-unit-test
Browse files Browse the repository at this point in the history
Feat/update unit test
  • Loading branch information
chaitanyapotti authored Oct 25, 2024
2 parents 83ef19a + 889edb1 commit c3107d0
Show file tree
Hide file tree
Showing 5 changed files with 3,388 additions and 4,722 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ jobs:
- name: Run build
run: npm run build

- name: Install playwright webkit
run: npx playwright install-deps webkit

- name: Run tests
run: npx playwright install && npm run test:ci
3 changes: 3 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ jobs:
- name: Run build
run: npm run build

- name: Install playwright webkit
run: npx playwright install-deps webkit

- name: Run tests
run: npx playwright install && npm run test:ci
Loading

0 comments on commit c3107d0

Please sign in to comment.