Skip to content

Bump nokogiri from 1.16.2 to 1.16.5 #26

Bump nokogiri from 1.16.2 to 1.16.5

Bump nokogiri from 1.16.2 to 1.16.5 #26

Workflow file for this run

name: Run Tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up tests
run: ./bin/setup_test.sh
- name: Run standardrb
run: docker compose run --rm hf bundle exec standardrb
- name: Run tests
run: docker compose run --rm hf bundle exec rspec
- name: Report to Coveralls
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.github_token }}