8000 Error fixed · rudSarkar/github-ci-learn@d4a1dd6 · GitHub
[go: up one dir, main page]

Skip to content

Commit d4a1dd6

Browse files
committed
Error fixed
1 parent ba3b1d0 commit d4a1dd6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ on:
99
jobs:
1010
checkout_code:
1111
name: Checkout Code
12-
uses: ./.github/workflows/checkout_code.yml@main
12+
uses: ./.github/workflows/checkout_code.yml
1313
setup_node:
1414
name: Installing Node.js
15-
uses: ./.github/workflows/setup_node.yml@main
15+
uses: ./.github/workflows/setup_node.yml
1616
install_packages:
1717
name: Installing Node.js Packages
18-
uses: ./.github/workflows/install_packages.yml@main
18+
uses: ./.github/workflows/install_packages.yml
1919
run_test:
2020
name: Run Test Case in Node.js Application
21-
uses: ./.github/workflows/run_test.yml@main
21+
uses: ./.github/workflows/run_test.yml

0 commit comments

Comments
 (0)
0