Skip to content

Commit 1fd1845

Browse files
committed
Fix upload-artifacts conditional for untar step
1 parent f046501 commit 1fd1845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
path: ./tests/${{ matrix.suite }}/testsuite
233233

234234
- name: Untar tests
235-
if: ${{ matrix.suite }} == 'rust'
235+
if: matrix.suite == 'rust'
236236
run: |
237237
tar -xvf ${{ matrix.suite }}-testsuite.tar
238238

0 commit comments

Comments
 (0)