Skip to content

Commit

Permalink
Adds logging
Browse files Browse the repository at this point in the history
  • Loading branch information
johnedquinn committed Sep 23, 2024
1 parent 0aa8e05 commit 6ee2c89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/conformance-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
ARGS="-t $T -bf $BF -bl $BL -bt $BT -tf $TF -tl $TL -tt $TT -o $O"
echo "Comment CROSS-ENGINE"
pwd
ls
ls -R
echo $ARGS
gradle :test:partiql-tests-runner:run --args="$ARGS"
- name: "Artifact CROSS-COMMIT Report (appends to comparison_report.md)"
Expand All @@ -129,7 +129,7 @@ jobs:
ARGS="-t $T -bf $BF -bl $BL -bt $BT -tf $TF -tl $TL -tt $TT -o $O"
echo "Comment CROSS-COMMIT"
pwd
ls
ls -R
echo $ARGS
gradle :test:partiql-tests-runner:run --args="$ARGS"
# Print conformance report to GitHub actions workflow summary page
Expand All @@ -156,7 +156,7 @@ jobs:
ARGS="-t $T -bf $BF -bl $BL -bt $BT -tf $TF -tl $TL -tt $TT -o $O -l $L"
echo "Comment CROSS-ENGINE"
pwd
ls
ls -R
echo $ARGS
gradle :test:partiql-tests-runner:run --args="$ARGS"
- name: "Comment CROSS-COMMIT Report (appends to comparison_report_limited.md)"
Expand All @@ -174,7 +174,7 @@ jobs:
ARGS="-t $T -bf $BF -bl $BL -bt $BT -tf $TF -tl $TL -tt $TT -o $O -l $L"
echo "Comment CROSS-COMMIT"
pwd
ls
ls -R
echo $ARGS
gradle :test:partiql-tests-runner:run --args="$ARGS"
# Find comment w/ conformance comparison if previous comment published
Expand Down

0 comments on commit 6ee2c89

Please sign in to comment.