Skip to content

Commit

Permalink
Update integration-test.yml
Browse files Browse the repository at this point in the history
Make sure integration tests are run if `package-lock.json` is updated.
  • Loading branch information
Jason3S committed Jan 30, 2022
1 parent 75916d4 commit c79b6ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ name: Integration Tests
on:
pull_request:
paths:
- "**/package.json"
- "**/package.lock"
- "**/*.ts"
- "**/package-lock.json"
- "**/package.json"
- "integration-tests/**"
- ".github/workflows/integration-test.yml"
- "!docs/**"
push:
branches:
- main
paths:
- "**/package.json"
- "**/package.lock"
- "**/*.ts"
- "**/package-lock.json"
- "**/package.json"
- "integration-tests/**"
- ".github/workflows/integration-test.yml"
- "!docs/**"
Expand Down

0 comments on commit c79b6ca

Please sign in to comment.