Skip to content

Commit 3f507cc

Browse files
committed
Fixe failing integration test on macOS ARM.
1 parent 5112269 commit 3f507cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/condition_int_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ scripts:
140140
language: bash
141141
standalone: true
142142
value: echo "I exist"
143-
if: or (eq .OS.Architecture "") (Contains .OS.Architecture "64")
143+
if: or (eq .OS.Architecture "") (Contains .OS.Architecture "64") (Contains .OS.Architecture "ARM")
144144
- name: complex-false
145145
language: bash
146146
standalone: true

0 commit comments

Comments
 (0)