fix: Integration test
parent
efa4370894
commit
798780e225
|
@ -40,7 +40,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn playground:install --ignore-scripts --frozen-lockfile
|
run: yarn playground:install --ignore-scripts --frozen-lockfile
|
||||||
- name: Install plugin
|
- name: Install plugin
|
||||||
run: cd playground && yarn add strapi-plugin-config-sync@boazpoolman/strapi-plugin-config-sync#${GITHUB_REF##*/}
|
run: cd playground && yarn add strapi-plugin-config-sync@boazpoolman/strapi-plugin-config-sync
|
||||||
- name: Run test
|
- name: Run test
|
||||||
run: yarn run -s test:integration
|
run: yarn run -s test:integration
|
||||||
# unit:
|
# unit:
|
||||||
|
|
Loading…
Reference in New Issue