We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c72203 commit 01652cbCopy full SHA for 01652cb
.github/workflows/tests.yml
@@ -43,6 +43,9 @@ jobs:
43
name: Run Core PHPUnit tests
44
runs-on: ubuntu-latest
45
46
+ # Remove this line if Github Actions is your preferred means of running the tests.
47
+ if: never()
48
+
49
env:
50
# This is only a subset/example of env vars available. See the `.env.default` file for a full list.
51
WPT_PREPARE_DIR: ${{ secrets.WPT_PREPARE_DIR }}
0 commit comments