Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcb35067

Browse files
committed
Build: Separate the install step from running tests in GitHub Actions
Also, update the "Run test" label to "Run tests".Closesgh-4992(cherry picked from commiteef9725)
1 parenta1373e2 commitcb35067

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎.github/workflows/node.js.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,13 @@ jobs:
5959
wget --no-verbose $FIREFOX_SOURCE_URL -O - | tar -jx -C ${HOME}
6060
if:"contains(matrix.NAME, 'Firefox ESR')"
6161

62-
-name:Run test
62+
-name:Install dependencies
63+
run:|
64+
npm install
65+
66+
-name:Run tests
6367
env:
6468
BROWSERS:${{ matrix.BROWSERS }}
6569
run:|
6670
export PATH=${HOME}/firefox:$PATH
67-
npm install
6871
npm run ${{ matrix.NPM_SCRIPT }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp