We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8341ca2 commit d8953e3Copy full SHA for d8953e3
.github/workflows/test.yml
@@ -3,6 +3,10 @@ on: [push, pull_request]
3
jobs:
4
test:
5
runs-on: ubuntu-latest
6
+ strategy:
7
+ matrix:
8
+ validation-level: [minor, patch]
9
+ name: Test Validation Level ${{ matrix.validation-level }}
10
steps:
11
- uses: actions/checkout@v5
12
with:
@@ -11,4 +15,5 @@ jobs:
15
uses: ./
16
13
17
plugin-path: '.github/workflows/fixtures/plugin-test/'
14
- dry-run: true
18
+ dry-run: true
19
+ validation-level: ${{ matrix.validation-level }}
0 commit comments