Skip to content

Commit

Permalink
yarn error
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyaaa committed Jun 7, 2024
1 parent b1506ce commit 02ab49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
mkdir -p ${{ github.workspace }}/ci-examples/${{ matrix.example }}
cp -r ./examples/${{ matrix.example }}/ ${{ github.workspace }}/ci-examples/${{ matrix.example }}
cd ${{ github.workspace }}/ci-examples/${{ matrix.example }}
yarn install
- name: Set up Node.js
uses: actions/setup-node@v4
Expand All @@ -46,4 +45,5 @@ jobs:
- name: Build example project
run: |
cd ${{ github.workspace }}/ci-examples/${{ matrix.example }}
yarn install
yarn build

0 comments on commit 02ab49d

Please sign in to comment.