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 80f4860 commit c360384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Check for changes in dist folder
if: success() && github.event_name == 'pull_request'
run: |
git log --oneline origin/main..${{ github.base_ref }}
git remote -v
git log --oneline origin/main..${{ github.base_ref }}
git fetch origin ${{ github.base_ref }}
git log --oneline origin/main..${{ github.base_ref }}
git diff --name-only origin/${{ github.base_ref }}..HEAD
Expand Down

0 comments on commit c360384

Please sign in to comment.