Skip to content

Commit

Permalink
Update ci-gamium.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yowpark authored Dec 7, 2023
1 parent 2b8fe84 commit 4002351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-gamium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Run ${{ matrix.project }} typescript
if: ${{ matrix.do_test }}
run: |
${{ github.workspace }}/gamium-unity-samples/${{ matrix.project }}/build/${{ matrix.unity_buildtarget }}/${{ steps.project-lower.outputs.lowercase }}${{ matrix.build_ext }} && yarn run:${{ matrix.project }}
yarn && ${{ github.workspace }}/gamium-unity-samples/${{ matrix.project }}/build/${{ matrix.unity_buildtarget }}/${{ steps.project-lower.outputs.lowercase }}${{ matrix.build_ext }} && yarn run:${{ matrix.project }}
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
working-directory: ./gamium-unity-samples/client/typescript
Expand Down

0 comments on commit 4002351

Please sign in to comment.