Skip to content

Commit 3b0ba4f

Browse files
add comment
1 parent a1d5bd7 commit 3b0ba4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/start-frontend/__tests__/cli.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ describe("start-frontend", () => {
4545
beforeAll(() => {
4646
// Initialize TEST_DIR before all tests
4747
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
4850
// eslint-disable-next-line turbo/no-undeclared-env-vars
4951
process.env.RUNNER_TEMP ||
5052
execSync("mktemp -d -t my-test").toString("utf-8");

0 commit comments

Comments
 (0)