Skip to content

Commit 429685a

Browse files
committed
chore: Bump peculiar/x509 and fix paths for tests
1 parent 4217103 commit 429685a

File tree

7 files changed

+199
-209
lines changed

7 files changed

+199
-209
lines changed

.github/workflows/pull-integration-cluster-k3d.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- 'nginx/**'
1111
- 'src/**'
1212
- 'backend/**'
13+
- 'package.json'
1314

1415
jobs:
1516
run-cluster-test:

.github/workflows/pull-integration-namespace-k3d.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- 'nginx/**'
1111
- 'src/**'
1212
- 'backend/**'
13+
- 'package.json'
1314

1415
jobs:
1516
run-namespace-test:

.github/workflows/pull-kyma-integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- 'backend/**'
1313
- 'kyma/**'
1414
- 'Dockerfile*'
15+
- 'package.json'
1516
jobs:
1617
run-integration-test:
1718
runs-on: ubuntu-latest

.github/workflows/pull-smoke-test-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- 'src/**'
1212
- 'kyma/**'
1313
- 'Dockerfile*'
14+
- 'package.json'
1415

1516
jobs:
1617
run-smoke-test-prod:

.github/workflows/pull-smoke-test-stage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- 'src/**'
1212
- 'kyma/**'
1313
- 'Dockerfile*'
14+
- 'package.json'
1415

1516
jobs:
1617
run-smoke-test-stage:

0 commit comments

Comments
 (0)