Skip to content

Commit 11dd763

Browse files
authored
Update if_test.yml
1 parent a8735c9 commit 11dd763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/if_test.yml

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

3636
# Always upload logs, even if tests fail or are skipped
3737
- name: Upload logs
38-
if: ${{ ls -l }}
38+
if: exec('ls -l')
3939
run: echo "Uploading build logs..."
4040

4141
deploy:

0 commit comments

Comments
 (0)