File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 7
7
- main
8
8
9
9
jobs :
10
- checkout_code :
11
- name : Checkout Code
12
- uses : ./.github/workflows/checkout_code.yml
13
- setup_node :
14
- name : Installing Node.js
15
- uses : ./.github/workflows/setup_node.yml
16
- install_packages :
17
- name : Installing Node.js Packages
18
- uses : ./.github/workflows/install_packages.yml
19
- run_test :
20
- name : Run Test Case in Node.js Application
21
- uses : ./.github/workflows/run_test.yml
10
+ node_pipelines :
11
+ runs-on : ubutu-latest
12
+ steps :
13
+ - name : Checkout Code
14
+ uses : ./.github/workflows/checkout_code.yml
15
+
16
+ - name : Installing Node.js
17
+ uses : ./.github/workflows/setup_node.yml
18
+
19
+ - name : Installing Node.js Packages
20
+ uses : ./.github/workflows/install_packages.yml
21
+
22
+ - name : Run Test Case in Node.js Application
23
+ uses : ./.github/workflows/run_test.yml
You can’t perform that action at this time.
0 commit comments