Skip to content

Commit

Permalink
workflow: Run pnpm install even if ab is skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktwerner authored Dec 20, 2022
1 parent cb80612 commit d2b2d97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
node-version: '19'
cache: pnpm
- run: pnpm install
- uses: actions/checkout@v3
with:
repository: lichess-org/ab
Expand All @@ -39,7 +40,7 @@ jobs:
path: ab
continue-on-error: true
id: ab
- run: pnpm i && pnpm link "$GITHUB_WORKSPACE/ab"
- run: pnpm link "$GITHUB_WORKSPACE/ab"
if: steps.ab.outcome == 'success'
- run: ./ui/build --no-install -p
- run: cd ui && pnpm run test && cd -
Expand Down

0 comments on commit d2b2d97

Please sign in to comment.