Skip to content

Commit

Permalink
Fix integration test CI trigger (#1458)
Browse files Browse the repository at this point in the history
* Run integration tests when package-lock.json or the workflow file are
  modified

Signed-off-by: CaptainIRS <36656347+CaptainIRS@users.noreply.github.com>

Signed-off-by: CaptainIRS <36656347+CaptainIRS@users.noreply.github.com>
  • Loading branch information
CaptainIRS committed Oct 17, 2022
1 parent e504bee commit 2097812
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,41 @@ jobs:
- 'packages/caliper-fabric/**'
- 'packages/caliper-publish/**'
- 'packages/caliper-tests-integration/fabric_tests/**'
- '.github/workflows/integration-tests.yml'
- 'package-lock.json'
ethereum:
- 'packages/caliper-cli/**'
- 'packages/caliper-core/**'
- 'packages/caliper-ethereum/**'
- 'packages/caliper-publish/**'
- 'packages/caliper-tests-integration/ethereum_tests/**'
- '.github/workflows/integration-tests.yml'
- 'package-lock.json'
besu:
- 'packages/caliper-cli/**'
- 'packages/caliper-core/**'
- 'packages/caliper-ethereum/**'
- 'packages/caliper-publish/**'
- 'packages/caliper-tests-integration/besu_tests/**'
- '.github/workflows/integration-tests.yml'
- 'package-lock.json'
fisco-bcos:
- 'packages/caliper-cli/**'
- 'packages/caliper-core/**'
- 'packages/caliper-fisco-bcos/**'
- 'packages/caliper-publish/**'
- 'packages/caliper-tests-integration/fisco-bcos_tests/**'
- '.github/workflows/integration-tests.yml'
- 'package-lock.json'
generator:
- 'packages/caliper-cli/**'
- 'packages/caliper-core/**'
- 'packages/caliper-fabric/**'
- 'packages/generator-caliper/**'
- 'packages/caliper-publish/**'
- 'packages/caliper-tests-integration/generator_tests/**'
- '.github/workflows/integration-tests.yml'
- 'package-lock.json'
integration-tests:
needs: changes
Expand Down

0 comments on commit 2097812

Please sign in to comment.