Skip to content

Commit

Permalink
fix(ci): fix how we determine changes before running JS tests (#8228)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed May 28, 2024
1 parent 2faf1cb commit 9765fe8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-js-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v3

- name: CI related changes
id: ci
uses: technote-space/get-diff-action@v6
Expand Down

0 comments on commit 9765fe8

Please sign in to comment.