Skip to content

Commit

Permalink
add outputs debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Mar 7, 2024
1 parent 6bc7ee9 commit c4853ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/evm-version-compatibility-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ env:
MOD_CACHE_VERSION: 2

jobs:
# Check if go.mod has changed

# Check if go.mod has changed
check-dependency-bump:
runs-on: ubuntu-latest
steps:
Expand All @@ -39,6 +39,8 @@ jobs:
echo "No relevant dependency bump detected."
echo "dependency_bumped=false" >> $GITHUB_OUTPUT
fi
- name: Confirm output
run: cat $GITHUB_OUTPUT

# Build Test Dependencies

Expand Down

0 comments on commit c4853ab

Please sign in to comment.