Skip to content

Commit

Permalink
ci: initial test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBHarley committed Apr 16, 2024
1 parent 3e7e9d0 commit 95d5664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
run_install: true

- name: Get changes
run: git diff --name-only ${{ github.event.before }} ${{ github.event.after }}
run: git diff --name-only -r HEAD^1 HEAD

- name: Test
run: |
npx tsx ./src/verify.ts
npx tsx ./src/verify.ts $(git diff --name-only -r HEAD^1 HEAD)

0 comments on commit 95d5664

Please sign in to comment.