Skip to content

Commit da6fb2a

Browse files
committed
ci: run downstream nokogiri tests
1 parent 95417e6 commit da6fb2a

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+
nokogiri:
24+
runs-on: ubuntu-latest
25+
container:
26+
image: ghcr.io/sparklemotion/nokogiri-test:mri-3.2
27+
steps:
28+
- uses: actions/checkout@v3
29+
with:
30+
repository: sparklemotion/nokogiri
31+
path: nokogiri
32+
- uses: actions/checkout@v3
33+
with:
34+
path: nokogiri/test/html5lib-tests
35+
- working-directory: nokogiri
36+
name: "Run the Nokogiri test suite"
37+
run: |
38+
bundle install
39+
bundle exec rake compile -- --enable-system-libraries
40+
bundle exec rake test

0 commit comments

Comments
 (0)