Skip to content

Commit 8b45ec2

Browse files
authoredAug 9, 2023
ci: run downstream nokogiri tests (#154)
1 parent 7e0d6e6 commit 8b45ec2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
 

Diff for: ‎.github/workflows/downstream.yml

+19
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,22 @@ jobs:
5555
toolchain: stable
5656
override: true
5757
- run: cargo test
58+
59+
nokogiri:
60+
runs-on: ubuntu-latest
61+
container:
62+
image: ghcr.io/sparklemotion/nokogiri-test:mri-3.2
63+
steps:
64+
- uses: actions/checkout@v3
65+
with:
66+
repository: sparklemotion/nokogiri
67+
path: nokogiri
68+
- uses: actions/checkout@v3
69+
with:
70+
path: nokogiri/test/html5lib-tests
71+
- working-directory: nokogiri
72+
name: "Run the Nokogiri test suite"
73+
run: |
74+
bundle install
75+
bundle exec rake compile -- --enable-system-libraries
76+
bundle exec rake test

0 commit comments

Comments
 (0)