Skip to content

Commit d4f6c26

Browse files
committed
wip
1 parent bd617cf commit d4f6c26

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ permissions: {}
1919

2020
jobs:
2121
positive:
22+
if: matrix.case == 'aaaaaa'
2223
runs-on: ${{ matrix.runs-on }}
2324
strategy:
2425
matrix:
@@ -117,7 +118,7 @@ jobs:
117118

118119
- name: Assert versions output
119120
run: exit 1
120-
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"]')
121122

122123
- name: Assert lowest output
123124
run: exit 1
@@ -128,6 +129,7 @@ jobs:
128129
if: steps.subject.outputs.highest != '8.1'
129130

130131
negative:
132+
if: matrix.case == 'aaaaaa'
131133
runs-on: ubuntu-latest
132134
strategy:
133135
matrix:

0 commit comments

Comments
 (0)