Skip to content

Commit ff01087

Browse files
committed
Update main.yml
1 parent d792818 commit ff01087

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
- main
77

88
jobs:
9-
test:
10-
name: Test
9+
test-deploy:
10+
name: Test and deploy
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Git checkout
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Node
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: "14"
20+
node-version: 14
2121
- name: Install PNPM
2222
run: npm install -g pnpm
2323
- name: Install dependencies
@@ -32,4 +32,5 @@ jobs:
3232
folder: public
3333
target_folder: public
3434
single_commit: true
35+
silent: true
3536
clean: true

0 commit comments

Comments
 (0)