Skip to content

Commit

Permalink
Make test succeed on non-existent dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Sep 12, 2023
1 parent f73a1df commit 90c356f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alfa-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: yarn install --immutable
- name: Build toolchain if needed
run: |
[[ -d packages/alfa-toolchain ]] && yarn build packages/alfa-toolchain
[[ ! -d packages/alfa-toolchain ]] || yarn build packages/alfa-toolchain
- name: Build global changelog
run: yarn alfa-changelog
Expand Down

0 comments on commit 90c356f

Please sign in to comment.