Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 1d1fcc3

Browse files
author
Natalie
committed
chore(gh-actions): add git actions
1 parent b034237 commit 1d1fcc3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/run-test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ jobs:
1919
steps:
2020
- run: apt-get update && apt-get install -y git-core
2121
- uses: actions/checkout@v2
22-
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v1
22+
- name: Use Git Actions
23+
uses: srt32/[email protected]
2424
with:
25-
node-version: ${{ matrix.node-version }}
26-
- run: git submodule update --recursive --init
25+
args: git submodule update --recursive --init
2726
- run: npm install
2827
- run: ./scripts/wrap.js
2928
- run: ./scripts/emcbuild.sh

0 commit comments

Comments
 (0)