We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa91a6 commit 0568a1fCopy full SHA for 0568a1f
.github/workflows/build.yml
@@ -136,11 +136,6 @@ jobs:
136
restore-keys: |
137
${{ runner.os }}-node-${{ matrix.node }}-yarn-
138
139
- -
140
- name: Copy package.json.dist to package.json
141
- if: matrix.sylius != ''
142
- run: (cd tests/Application && cp package.json.\${{ matrix.sylius }}.dist package.json)
143
-
144
145
name: Install JS dependencies
146
run: (cd tests/Application && yarn install)
…ts/Application/package.json.~1.12.0.dist tests/Application/package.jsontests/Application/package.json.~1.12.0.dist renamed to tests/Application/package.json
tests/Application/package.json.~1.13.0.dist
0 commit comments