Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install jit plugins before NUTs #1145

Merged
merged 11 commits into from
Sep 18, 2023
Prev Previous commit
Next Next commit
chore: hardcode temp dir
  • Loading branch information
iowillhoit committed Sep 18, 2023
commit 82aacdf322d051efaffc03e165c25d6759968a17
2 changes: 1 addition & 1 deletion .github/workflows/just-nut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
ONEGP_TESTKIT_AUTH_URL: ${{ secrets.ONEGP_TESTKIT_AUTH_URL }}
TESTKIT_SETUP_RETRIES: 2
SF_DISABLE_TELEMETRY: true
SF_DATA_DIR: ${{ runner.temp }}/sf-data-dir
SF_DATA_DIR: /home/runner/work/_temp/sf-data-dir

steps:
- uses: actions/checkout@v3
Expand Down