Skip to content

Commit

Permalink
concurrently in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Jul 26, 2024
1 parent d9be6d3 commit 20e3f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/set-up-job/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:
working-directory: ${{ inputs.yarn-install-directory }}
env:
GITHUB_TOKEN: ${{ github.token }}
run: yarn install --inline-builds && yarn --cwd packages/create-redwood-rsc-app install --inline-builds
run: yarn install:ci

- name: 🏗️ Build
if: inputs.build == 'true'
Expand Down

0 comments on commit 20e3f6c

Please sign in to comment.