Skip to content

Commit

Permalink
Add test output
Browse files Browse the repository at this point in the history
  • Loading branch information
SevInf committed Jul 16, 2024
1 parent 2d29bde commit 0191a04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/test-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ set +u
matrix=$3
set -u

test_workflow_link=$(gh api "repos/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID/jobs" | jq -rj ".jobs[] | select(.name==\"$GITHUB_JOB\") | .html_url")
echo "!!!!!! $GITHUB_REPOSITORY $GITHUB_RUN_ID $test_workflow_link !!!!!"

# In platforms/firebase-functions, the file exists in /functions sub-directory, so we can't hardcode the package.json path
pjson_path=$(find "$dir"/"$project" -name "package.json" ! -path "*/node_modules/*" | head -n 1)
bash .github/scripts/print-version.sh "$pjson_path"
Expand Down

0 comments on commit 0191a04

Please sign in to comment.