Skip to content

Commit b00fe5a

Browse files
committed
wip
1 parent 8c58359 commit b00fe5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Assert versions output
120120
run: exit 1
121-
if: steps.subject.outputs.versions != toJSON(fromJSON('["7.3","7.4","8.1"]'))
121+
if: toJSON(fromJSON(steps.subject.outputs.versions) != toJSON(fromJSON('["7.3","7.4","8.1"]'))
122122

123123
- name: Assert lowest output
124124
run: exit 1

0 commit comments

Comments
 (0)