Skip to content

Commit

Permalink
test running only when certain files change
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-sm committed Jun 16, 2023
1 parent 4e4997e commit e3b68e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Changed Files
uses: tj-actions/[email protected]
with:
files: |
cljest/build.edn
jest-preset-cljest/package.json
- name: Setup java
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit e3b68e6

Please sign in to comment.