Skip to content

Commit

Permalink
added CDXGEN_TEMP_DIR to dckertests and repotests
Browse files Browse the repository at this point in the history
Signed-off-by: Roshan Kumar <[email protected]>
  • Loading branch information
youhaveme9 committed Jan 13, 2025
1 parent 98b5798 commit bb87eda
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dockertests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
mkdir -p bomresults repotests
env:
CI: true
CDXGEN_TEMP_DIR: ${{ runner.temp }}/cdxgen-dockertests
- uses: actions/checkout@v4
with:
repository: 'grafana-operator/grafana-operator'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/repotests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
mkdir -p denoresults
env:
CI: true
CDXGEN_TEMP_DIR: ${{ runner.temp }}/cdxgen-repotests
- name: Setup Android SDK
uses: android-actions/setup-android@v3
if: matrix.os != 'self-hosted'
Expand Down
2 changes: 1 addition & 1 deletion types/lib/cli/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion types/lib/helpers/envcontext.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bb87eda

Please sign in to comment.