We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95417e6 commit da6fb2aCopy full SHA for da6fb2a
.github/workflows/downstream.yml
@@ -19,3 +19,22 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- 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
33
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