Skip to content

Commit

Permalink
WIP2
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Jan 28, 2024
1 parent 9609342 commit 7ab8f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
- name: Install yarn
run: |
npm install --global yarn
yarn install --ignore-engines --frozen-lockfile
yarn install
- name: Build packages
run: yarn build

- name: Test
- name: Run Tests
run: yarn test-ci

0 comments on commit 7ab8f0b

Please sign in to comment.