fix: Integration test

pull/32/head
Boaz Poolman 2021-12-29 22:06:56 +01:00
parent f8033cba27
commit efa4370894
1 changed files with 1 additions and 1 deletions

View File

@ -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: 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#${GITHUB_REF##*/}
- name: Run test - name: Run test
run: yarn run -s test:integration run: yarn run -s test:integration
# unit: # unit: