Skip to content

Commit 9daa9ce

Browse files
committed
chore: fix test.yml file
1 parent 69e5671 commit 9daa9ce

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
with:
14-
node-version: '20.11.1'
15-
- name: Install dependencies
16-
run: npm ci
17-
- name: Build
18-
run: npm run build
19-
- name: Check for Execution
20-
uses: ./
12+
- uses: actions/checkout@v2
2113
with:
22-
skipOnCommitMsg: "sample"
23-
ghToken: ${{secrets.GH_TOKEN_3}}
24-
- name: Some Job
25-
run: echo "sample"
14+
node-version: '20.11.1'
15+
- name: Install dependencies
16+
run: npm ci
17+
- name: Build
18+
run: npm run build
19+
- name: Check for Execution
20+
uses: ./
21+
with:
22+
skipOnCommitMsg: "sample"
23+
ghToken: ${{secrets.GH_TOKEN_3}}
24+
- name: Some Job
25+
run: echo "sample"

0 commit comments

Comments
 (0)