Skip to content

Commit

Permalink
chore(scripts): Improve organization
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Nov 13, 2024
1 parent 46fee02 commit 7bbfd9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/post-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
DATADOG_SITE: ${{ inputs.datadog-site }}
continue-on-error: true
run: |
./scripts/ci-collect-testruns.sh
./scripts/ci/collect-testruns.sh
if [ "${{ inputs.datadog-token }}" != "" ]; then
export DATADOG_API_KEY="${{ inputs.datadog-token }}"
export DD_ENV="ci"
Expand Down
File renamed without changes.

0 comments on commit 7bbfd9d

Please sign in to comment.