File: plugin-compat-workflow.yml

package info (click to toggle)
node-yarnpkg 4.1.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,832 kB
  • sloc: javascript: 38,953; ansic: 26,035; cpp: 7,247; sh: 2,829; makefile: 724; perl: 493
file content (26 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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