Skip to content

Commit

Permalink
test github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason Smith committed Aug 11, 2024
1 parent 540c733 commit a7ac32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
echo "Building example: ${{ matrix.example }} in directory ${{ github.workspace }}/$ci_template_path/${{ matrix.example }}"
cd ${{ github.workspace }}/$ci_template_path/${{ matrix.example }}
ls -la
yarn install
yarn install --immutable --immutable-cache --check-cache
yarn build
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false

0 comments on commit a7ac32e

Please sign in to comment.