Skip to content

Commit

Permalink
feat(c1): update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSkriba committed Feb 13, 2024
1 parent 421e5ca commit b02b2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn ci
- run: yarn install --frozen-lockfile
- run: yarn run build --if-present
- run: yarn test

0 comments on commit b02b2f9

Please sign in to comment.