We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d7f62 commit 365a1f0Copy full SHA for 365a1f0
README.md
@@ -29,6 +29,6 @@ Modern [GitHub Actions Ubuntu images](https://github.com/actions/runner-images/t
29
```yml
30
- if: runner.os == 'Linux'
31
run: xvfb-run npm test
32
-- if: ${{ ! runner.os == 'Linux' }}
+- if: runner.os != 'Linux'
33
run: npm test
34
```
0 commit comments