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 a1d5bd7 commit 3b0ba4fCopy full SHA for 3b0ba4f
packages/start-frontend/__tests__/cli.test.ts
@@ -45,6 +45,8 @@ describe("start-frontend", () => {
45
beforeAll(() => {
46
// Initialize TEST_DIR before all tests
47
testDir =
48
+ // Use the default GitHub Actions temporary directory for development in the CI environment.
49
+ // refs: https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables
50
// eslint-disable-next-line turbo/no-undeclared-env-vars
51
process.env.RUNNER_TEMP ||
52
execSync("mktemp -d -t my-test").toString("utf-8");
0 commit comments