Skip to content

Commit

Permalink
Composite action file name corrected
Browse files Browse the repository at this point in the history
Signed-off-by: noopur <[email protected]>
  • Loading branch information
noopurintel committed Dec 17, 2024
1 parent d19d655 commit 4074b99
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
File renamed without changes.
File renamed without changes.
16 changes: 8 additions & 8 deletions .github/workflows/task_runner_basic_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Pre test run
uses: ./.github/actions/task_runner_e2e/pre_test_run
uses: ./.github/actions/tr_pre_test_run
if: ${{ always() }}

- name: Run Task Runner E2E tests with TLS
Expand All @@ -68,7 +68,7 @@ jobs:
echo "Task runner end to end test run completed"
- name: Post test run
uses: ./.github/actions/task_runner_e2e/post_test_run
uses: ./.github/actions/tr_post_test_run
if: ${{ always() }}
with:
run_type: "tr_tls"
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Pre test run
uses: ./.github/actions/task_runner_e2e/pre_test_run
uses: ./.github/actions/tr_pre_test_run
if: ${{ always() }}

- name: Run Task Runner E2E tests without TLS
Expand All @@ -111,7 +111,7 @@ jobs:
echo "Task runner end to end test run completed"
- name: Post test run
uses: ./.github/actions/task_runner_e2e/post_test_run
uses: ./.github/actions/tr_post_test_run
if: ${{ always() }}
with:
run_type: "tr_non_tls"
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Pre test run
uses: ./.github/actions/task_runner_e2e/pre_test_run
uses: ./.github/actions/tr_pre_test_run
if: ${{ always() }}

- name: Run Task Runner E2E tests without TLS
Expand All @@ -154,7 +154,7 @@ jobs:
echo "Task runner end to end test run completed"
- name: Post test run
uses: ./.github/actions/task_runner_e2e/post_test_run
uses: ./.github/actions/tr_post_test_run
if: ${{ always() }}
with:
run_type: "tr_no_client_auth"
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Pre test run
uses: ./.github/actions/task_runner_e2e/pre_test_run
uses: ./.github/actions/tr_pre_test_run
if: ${{ always() }}

- name: Run Task Runner E2E tests with TLS and memory logs
Expand All @@ -197,7 +197,7 @@ jobs:
echo "Task runner memory logs test run completed"
- name: Post test run
uses: ./.github/actions/task_runner_e2e/post_test_run
uses: ./.github/actions/tr_post_test_run
if: ${{ always() }}
with:
run_type: "tr_tls_memory_logs"
12 changes: 6 additions & 6 deletions .github/workflows/task_runner_docker_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Pre test run
uses: ./.github/actions/task_runner_e2e/pre_test_run
uses: ./.github/actions/tr_pre_test_run
if: ${{ always() }}

- name: Run Task Runner E2E tests with TLS
Expand All @@ -66,7 +66,7 @@ jobs:
echo "Task runner end to end test run completed"
- name: Post test run
uses: ./.github/actions/task_runner_e2e/post_test_run
uses: ./.github/actions/tr_post_test_run
if: ${{ always() }}
with:
run_type: "tr_tls_docker"
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Pre test run
uses: ./.github/actions/task_runner_e2e/pre_test_run
uses: ./.github/actions/tr_pre_test_run
if: ${{ always() }}

- name: Run Task Runner E2E tests without TLS
Expand All @@ -109,7 +109,7 @@ jobs:
echo "Task runner end to end test run completed"
- name: Post test run
uses: ./.github/actions/task_runner_e2e/post_test_run
uses: ./.github/actions/tr_post_test_run
if: ${{ always() }}
with:
run_type: "tr_non_tls_docker"
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Pre test run
uses: ./.github/actions/task_runner_e2e/pre_test_run
uses: ./.github/actions/tr_pre_test_run
if: ${{ always() }}

- name: Run Task Runner E2E tests without Client Auth
Expand All @@ -152,7 +152,7 @@ jobs:
echo "Task runner end to end test run completed"
- name: Post test run
uses: ./.github/actions/task_runner_e2e/post_test_run
uses: ./.github/actions/tr_post_test_run
if: ${{ always() }}
with:
run_type: "tr_no_client_auth_docker"
12 changes: 6 additions & 6 deletions .github/workflows/task_runner_dockerized_ws_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Pre test run
uses: ./.github/actions/task_runner_e2e/pre_test_run
uses: ./.github/actions/tr_pre_test_run
if: ${{ always() }}

- name: Run Task Runner E2E tests with TLS
Expand All @@ -66,7 +66,7 @@ jobs:
echo "Task runner end to end test run completed"
- name: Post test run
uses: ./.github/actions/task_runner_e2e/post_test_run
uses: ./.github/actions/tr_post_test_run
if: ${{ always() }}
with:
run_type: "tr_tls_dockerized_ws"
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Pre test run
uses: ./.github/actions/task_runner_e2e/pre_test_run
uses: ./.github/actions/tr_pre_test_run
if: ${{ always() }}

- name: Run Task Runner E2E tests without TLS
Expand All @@ -109,7 +109,7 @@ jobs:
echo "Task runner end to end test run completed"
- name: Post test run
uses: ./.github/actions/task_runner_e2e/post_test_run
uses: ./.github/actions/tr_post_test_run
if: ${{ always() }}
with:
run_type: "tr_non_tls_dockerized_ws"
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Pre test run
uses: ./.github/actions/task_runner_e2e/pre_test_run
uses: ./.github/actions/tr_pre_test_run
if: ${{ always() }}

- name: Run Task Runner E2E tests without TLS
Expand All @@ -152,7 +152,7 @@ jobs:
echo "Task runner end to end test run completed"
- name: Post test run
uses: ./.github/actions/task_runner_e2e/post_test_run
uses: ./.github/actions/tr_post_test_run
if: ${{ always() }}
with:
run_type: "tr_no_client_auth_dockerized_ws"

0 comments on commit 4074b99

Please sign in to comment.