We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117bd5f commit a161a59Copy full SHA for a161a59
1 file changed
tests/helpers/conditional-runs.js
@@ -1,9 +1,9 @@
1
-const runningActionsOnInternalRepo = process.env.GITHUB_ACTIONS === 'true' && process.env.GITHUB_REPOSITORY === 'github/docs-internal'
+const runningActionsOnInternalRepo = process.env.GITHUB_ACTIONS === 'true' && process.env.GITHUB_REPOSITORY === 'github/docs-internal'
2
3
-const testViaActionsOnly = runningActionsOnInternalRepo ? test : test.skip
+const testViaActionsOnly = runningActionsOnInternalRepo ? test : test.skip
4
const describeViaActionsOnly = runningActionsOnInternalRepo ? describe : describe.skip
5
6
module.exports = {
7
testViaActionsOnly,
8
describeViaActionsOnly
9
-}
+}
0 commit comments