Skip to content

Commit 5be61a1

Browse files
committed
✏️ Update to use the new reusable workflow in repo *Chisanan232/GitHub-Action_Reusable_Workflows-Python*.
1 parent da7b10e commit 5be61a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/rw_build_and_test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
run_unit-test:
1818
# name: Run all unit test items
19-
uses: Chisanan232/Template-Python-UV-Project/.github/workflows/rw_uv_run_test_with_multi_py_versions.yaml@master
19+
uses: Chisanan232/GitHub-Action_Reusable_Workflows-Python/.github/workflows/rw_uv_run_test.yaml@master
2020
with:
2121
test_type: unit-test
2222
test_folder: './test/unit_test'
@@ -26,7 +26,7 @@ jobs:
2626

2727
run_integration-test:
2828
# name: Run all integration test items
29-
uses: Chisanan232/Template-Python-UV-Project/.github/workflows/rw_uv_run_test_with_multi_py_versions.yaml@master
29+
uses: Chisanan232/GitHub-Action_Reusable_Workflows-Python/.github/workflows/rw_uv_run_test.yaml@master
3030
with:
3131
test_type: integration-test
3232
test_folder: './test/integration_test'
@@ -37,7 +37,7 @@ jobs:
3737
run_e2e-test:
3838
# name: Run all end-to-end test items
3939
if: ${{ inputs.run_e2e == true }}
40-
uses: Chisanan232/Template-Python-UV-Project/.github/workflows/rw_uv_run_test_with_multi_py_versions.yaml@master
40+
uses: Chisanan232/GitHub-Action_Reusable_Workflows-Python/.github/workflows/rw_uv_run_test.yaml@master
4141
with:
4242
test_type: e2e-test
4343
test_folder: './test/e2e_test'
@@ -50,7 +50,7 @@ jobs:
5050

5151
run_contract-test:
5252
# name: Run all contract test items
53-
uses: Chisanan232/Template-Python-UV-Project/.github/workflows/rw_uv_run_test_with_multi_py_versions.yaml@master
53+
uses: Chisanan232/GitHub-Action_Reusable_Workflows-Python/.github/workflows/rw_uv_run_test.yaml@master
5454
with:
5555
test_type: contract-test
5656
test_folder: './test/contract_test'
@@ -60,7 +60,7 @@ jobs:
6060

6161
run_script-test:
6262
# name: Run all contract test items
63-
uses: Chisanan232/Template-Python-UV-Project/.github/workflows/rw_uv_run_test_with_multi_py_versions.yaml@master
63+
uses: Chisanan232/GitHub-Action_Reusable_Workflows-Python/.github/workflows/rw_uv_run_test.yaml@master
6464
with:
6565
test_type: ci-script-test
6666
test_folder: './test/ci_script_test'

0 commit comments

Comments
 (0)