Skip to content

Commit 0663cae

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

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/downstream.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,21 @@ 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+
run: |
37+
bundle install
38+
bundle exec rake compile -- --enable-system-libraries
39+
bundle exec rake test

0 commit comments

Comments
 (0)