Skip to content

Commit

Permalink
fix: correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Aug 17, 2020
1 parent 1b92054 commit 1de7ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
key: ${{ github.sha }}
- run: |
mkdir -p ./e2e-tests/next-pnp
cp -r ./examples/with-typescript/. ./e2e-tests/next-pnp
cp -r ./examples/with-typescript ./e2e-tests/next-pnp
cd ./e2e-tests/next-pnp
touch yarn.lock
yarn set version berry
Expand Down

0 comments on commit 1de7ac1

Please sign in to comment.