Skip to content

Bump nokogiri from 1.19.2 to 1.19.4 #1179

Bump nokogiri from 1.19.2 to 1.19.4

Bump nokogiri from 1.19.2 to 1.19.4 #1179

Workflow file for this run

name: Native-Ruby-Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
Native-Ruby-Test:
runs-on: ubuntu-latest
steps:
- name: Checkout Toolkit Repo
uses: actions/checkout@v5
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Smoke test
run: bundle exec ruby toolkit.rb task=help
- name: Run tests
run: bundle exec rspec --format RSpec::Github::Formatter --format documentation
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true # optional (default = false)