Skip to content

Commit

Permalink
Fix dist check
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Sep 10, 2024
1 parent f72c92f commit 4264a1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
if: success() && github.event_name == 'pull_request'
run: |
git remote -v
git log --oneline origin/main..HEAD
git fetch origin ${{ github.base_ref }}
git log --oneline origin/main..HEAD
git diff --name-only origin/${{ github.base_ref }}..HEAD
Expand Down

0 comments on commit 4264a1a

Please sign in to comment.