Skip to content

Commit 77e8ec6

Browse files
committed
✏️ Change to reuse the reusable workflow in the repo *GitHub-Action_Reusable_Workflows-Python*.
1 parent a82f671 commit 77e8ec6

File tree

2 files changed

+6
-90
lines changed

2 files changed

+6
-90
lines changed

.github/workflows/rw_build_and_test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
(github.event_name == 'push' && github.ref_name == 'master')
7676
}}
7777
needs: run_unit-test
78-
uses: Chisanan232/Template-Python-UV-Project/.github/workflows/rw_organize_test_cov_reports.yaml@master
78+
uses: Chisanan232/GitHub-Action_Reusable_Workflows-Python/.github/workflows/rw_organize_test_cov_reports.yaml@master
7979
with:
8080
test_type: unit-test
8181

@@ -86,7 +86,7 @@ jobs:
8686
(github.event_name == 'push' && github.ref_name == 'master')
8787
}}
8888
needs: run_integration-test
89-
uses: Chisanan232/Template-Python-UV-Project/.github/workflows/rw_organize_test_cov_reports.yaml@master
89+
uses: Chisanan232/GitHub-Action_Reusable_Workflows-Python/.github/workflows/rw_organize_test_cov_reports.yaml@master
9090
with:
9191
test_type: integration-test
9292

@@ -97,7 +97,7 @@ jobs:
9797
(github.event_name == 'push' && github.ref_name == 'master')
9898
}}
9999
needs: run_e2e-test
100-
uses: Chisanan232/Template-Python-UV-Project/.github/workflows/rw_organize_test_cov_reports.yaml@master
100+
uses: Chisanan232/GitHub-Action_Reusable_Workflows-Python/.github/workflows/rw_organize_test_cov_reports.yaml@master
101101
with:
102102
test_type: e2e-test
103103

@@ -108,7 +108,7 @@ jobs:
108108
(github.event_name == 'push' && github.ref_name == 'master')
109109
}}
110110
needs: run_contract-test
111-
uses: Chisanan232/Template-Python-UV-Project/.github/workflows/rw_organize_test_cov_reports.yaml@master
111+
uses: Chisanan232/GitHub-Action_Reusable_Workflows-Python/.github/workflows/rw_organize_test_cov_reports.yaml@master
112112
with:
113113
test_type: contract-test
114114

@@ -123,7 +123,7 @@ jobs:
123123
}}
124124
# needs: [run_unit-test, run_integration-test, run_contract-test]
125125
needs: [run_unit-test, run_integration-test, run_contract-test]
126-
uses: Chisanan232/Template-Python-UV-Project/.github/workflows/rw_organize_test_cov_reports.yaml@master
126+
uses: Chisanan232/GitHub-Action_Reusable_Workflows-Python/.github/workflows/rw_organize_test_cov_reports.yaml@master
127127
with:
128128
test_type: all-test
129129

@@ -138,6 +138,6 @@ jobs:
138138
}}
139139
# needs: [run_unit-test, run_integration-test, run_contract-test, run_e2e-test]
140140
needs: [run_unit-test, run_integration-test, run_contract-test, run_e2e-test]
141-
uses: Chisanan232/Template-Python-UV-Project/.github/workflows/rw_organize_test_cov_reports.yaml@master
141+
uses: Chisanan232/GitHub-Action_Reusable_Workflows-Python/.github/workflows/rw_organize_test_cov_reports.yaml@master
142142
with:
143143
test_type: all-test

.github/workflows/rw_organize_test_cov_reports.yaml

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)