Skip to content

Commit

Permalink
fixup! Add GitHub Actions workflows for code checks and QA
Browse files Browse the repository at this point in the history
  • Loading branch information
hk21702 committed Jan 14, 2025
1 parent 3160a40 commit 0273568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
set -eu
artifacts_dir=$(mktemp -d --tmpdir insights-test-artifacts-XXXXXX)
artifacts_dir=$(mktemp -d -t insights-test-artifacts-XXXXXX)
echo INSIGHTS_TEST_ARTIFACTS_PATH="${artifacts_dir}" >> $GITHUB_ENV
shell: bash

Expand Down

0 comments on commit 0273568

Please sign in to comment.