Skip to content

Merge pull request #366 from alphagov/stop-images-with-no-alt-being-w… #346

Merge pull request #366 from alphagov/stop-images-with-no-alt-being-w…

Merge pull request #366 from alphagov/stop-images-with-no-alt-being-w… #346

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.1', '3.2', '3.3']
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: bundle exec rake