Skip to content

Commit 365a1f0

Browse files
cclausslidel
andauthored
if: runner.os != 'Linux'
Co-authored-by: Marcin Rataj <[email protected]>
1 parent 13d7f62 commit 365a1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ Modern [GitHub Actions Ubuntu images](https://github.com/actions/runner-images/t
2929
```yml
3030
- if: runner.os == 'Linux'
3131
run: xvfb-run npm test
32-
- if: ${{ ! runner.os == 'Linux' }}
32+
- if: runner.os != 'Linux'
3333
run: npm test
3434
```

0 commit comments

Comments
 (0)