Skip to content

Clarify help.

Clarify help. #11

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3.5"
- uses: supercharge/[email protected]
with:
mongodb-version: "7.0"
- uses: browser-actions/setup-geckodriver@latest
with:
geckodriver-version: "0.34.0"
- uses: browser-actions/setup-firefox@v1
with:
firefox-version: "129.0.2"
- run: |
bundle install
- uses: GabrielBB/xvfb-action@v1
with:
run: |
bundle exec rake spec