Skip to content

Commit

Permalink
add helper path for testing action changes
Browse files Browse the repository at this point in the history
  • Loading branch information
doylemark committed Aug 19, 2024
1 parent d9ef50d commit 503b260
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- shared/**
- acme-server
- .github/workflows/lint.yml
- test-actions
name: Lint
jobs:
clippy_check:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-control-plane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- shared/**
- .github/workflows/test-control-plane.yml
- Cargo.lock
- test-actions
name: Test Control Plane
jobs:
test_control_plane:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-data-plane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- shared/**
- .github/workflows/test-data-plane.yml
- Cargo.lock
- test-actions
name: Test Data Plane
jobs:
check_data_plane:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- control-plane/**
- .github/workflows/test-e2e.yml
- Cargo.lock
- test-actions
name: Run end-to-end tests
jobs:
run_e2e_tests_full_features:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-shared-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
- shared/**
- .github/workflows/test-shared-lib.yml
- Cargo.lock
- test-actions
name: Test Shared Library
jobs:
test_shared_lib:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/vsock-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- shared/**
- .github/workflows/vsock-proxy.yml
- Cargo.lock
- test-actions
name: vsock-proxy
jobs:
check-proxy:
Expand Down

0 comments on commit 503b260

Please sign in to comment.