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

Commit921e6f2

Browse files
authored
ci: Run downstream parse5 tests (#155)
1 parentc67f90e commit921e6f2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

‎.github/workflows/downstream.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,22 @@ jobs:
1919
runs-on:ubuntu-latest
2020
steps:
2121
-run:echo hello world
22+
23+
parse5:
24+
runs-on:ubuntu-latest
25+
steps:
26+
-uses:actions/checkout@v2
27+
with:
28+
repository:inikulin/parse5
29+
submodules:recursive
30+
-run:rm -rf test/data/html5lib-tests/
31+
-uses:actions/checkout@v2
32+
with:
33+
path:test/data/html5lib-tests/
34+
-uses:actions/setup-node@v3
35+
with:
36+
node-version:lts/*
37+
cache:npm
38+
-run:npm ci
39+
-run:npm run build --if-present
40+
-run:npm run unit-tests

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp