Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
mirooon committed Mar 7, 2025
1 parent f9adab5 commit ac37596
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/enforceTestCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,10 @@ jobs:
with:
fetch-depth: 0

# - name: Check for Solidity file changes
# id: check_files
# run: |
# git fetch origin ${{ github.base_ref }} --depth=1
# CHANGED_FILES=$(git diff --name-only origin/${{ github.base_ref }}...HEAD | grep -E '^src/.*\.sol|^test/.*\.sol' || true)
# if [[ -n "$CHANGED_FILES" ]]; then
# echo "solidity_changed=true" >> "$GITHUB_ENV"
# else
# echo "solidity_changed=false" >> "$GITHUB_ENV"
# fi
- name: Check for Solidity file changes
id: check_files
run: |
echo "solidity_changed=true" >> "$GITHUB_ENV"
- name: Set up Bun
uses: oven-sh/setup-bun@v2
Expand Down

0 comments on commit ac37596

Please sign in to comment.