Skip to content

Commit

Permalink
create ANALYSIS_OUTPUT_DIR in cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Aug 19, 2024
1 parent d58aeff commit b75f28a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
WORKSPACE: ${{ github.workspace }}
PARAMETERS: ${{ steps.prepare.outputs.parameters }}
run: |
mkdir -p "${WORKSPACE}/${ANALYSIS_OUTPUT_DIR}"
chmod -R 666 "${WORKSPACE}/${ANALYSIS_OUTPUT_DIR}"
mkdir -p "${ANALYSIS_OUTPUT_DIR}"
chmod -R 666 "${ANALYSIS_OUTPUT_DIR}"
docker run \
--network none \
--env LOG_LEVEL=DEBUG \
Expand Down

0 comments on commit b75f28a

Please sign in to comment.