Skip to content

Commit

Permalink
Merge branch 'main' into assertoor-allaround-tx-check
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-o authored Nov 28, 2024
2 parents dcbed77 + c3d1236 commit 5668bff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/publish_levm_ef_tests_summary.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
curl -X POST $url \
-H 'Content-Type: application/json; charset=utf-8' \
--data @- <<EOF
$(jq -n --arg text "$(cat levm_ef_tests_summary_slack.txt)" '{
$(jq -n --arg text "$(cat crates/vm/levm/levm_ef_tests_summary_slack.txt)" '{
"blocks": [
{
"type": "header",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/levm_reporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Post results in summary
run: |
echo "# Daily LEVM EF Tests Run Report" >> $GITHUB_STEP_SUMMARY
cat levm_ef_tests_summary_github.txt >> $GITHUB_STEP_SUMMARY
cat crates/vm/levm/levm_ef_tests_summary_github.txt >> $GITHUB_STEP_SUMMARY
- name: Post results to ethrex L1 slack channel
env:
Expand Down

0 comments on commit 5668bff

Please sign in to comment.