Skip to content

Commit

Permalink
mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyaaa committed Jun 7, 2024
1 parent e88e32a commit b1506ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:

- name: Clone example
run: |
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
Expand Down

0 comments on commit b1506ce

Please sign in to comment.