Skip to content

fix: propagate --ignore-scripts to yarn v1 dependency bootstrap if enableScripts=false #2

fix: propagate --ignore-scripts to yarn v1 dependency bootstrap if enableScripts=false

fix: propagate --ignore-scripts to yarn v1 dependency bootstrap if enableScripts=false #2

on:
push:
branches:
- master
paths:
- 'packages/plugin-compat/**'
- '!packages/plugin-compat/sources/extensions.ts'
pull_request:
paths:
- 'packages/plugin-compat/**'
- '!packages/plugin-compat/sources/extensions.ts'
name: 'plugin-compat'
jobs:
plugin-compat:
name: 'Testing plugin-compat'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/prepare
- name: 'Run the plugin-compat tests'
run: |
node ./scripts/run-yarn.js test:plugin-compat