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

Skip to content

Commit ba3b1d0

Browse files
committed
Error fixed
1 parent 2591754 
8000
commit ba3b1d0

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@main
1313
setup_node:
1414
name: Installing Node.js
15-
uses: ./github/workflows/setup_node.yml@main
15+
uses: ./.github/workflows/setup_node.yml@main
1616
install_packages:
1717
name: Installing Node.js Packages
18-
uses: ./github/workflows/install_packages.yml@main
18+
uses: ./.github/workflows/install_packages.yml@main
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@main

0 commit comments

Comments
 (0)
0