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 bd617cf commit d4f6c26Copy full SHA for d4f6c26
1 file changed
.github/workflows/test.yml
@@ -19,6 +19,7 @@ permissions: {}
19
20
jobs:
21
positive:
22
+ if: matrix.case == 'aaaaaa'
23
runs-on: ${{ matrix.runs-on }}
24
strategy:
25
matrix:
@@ -117,7 +118,7 @@ jobs:
117
118
119
- name: Assert versions output
120
run: exit 1
- if: toJSON(steps.subject.outputs.versions) != toJSON(fromJSON('["7.3","7.4","8.1"]'))
121
+ if: steps.subject.outputs.versions != fromJSON('["7.3","7.4","8.1"]')
122
123
- name: Assert lowest output
124
@@ -128,6 +129,7 @@ jobs:
128
129
if: steps.subject.outputs.highest != '8.1'
130
131
negative:
132
133
runs-on: ubuntu-latest
134
135
0 commit comments