Skip to content

Commit

Permalink
fix: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
farhoudshapouran committed Feb 2, 2025
1 parent 79b4499 commit d1b0a4d
Show file tree
Hide file tree
Showing 2 changed files with 422 additions and 793 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ jobs:
uses: ./.github/actions/setup

- name: Run unit tests
run: yarn test --maxWorkers=2 --coverage
run: yarn test

build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
# build:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v3

- name: Setup project
uses: ./.github/actions/setup
# - name: Setup project
# uses: ./.github/actions/setup

- name: Build package
run: yarn prepack
# - name: Build package
# run: yarn prepack
Loading

0 comments on commit d1b0a4d

Please sign in to comment.