Skip to content

Merge pull request #51 from dxw/dependabot/bundler/actionmailer-7.2.1.1 #216

Merge pull request #51 from dxw/dependabot/bundler/actionmailer-7.2.1.1

Merge pull request #51 from dxw/dependabot/bundler/actionmailer-7.2.1.1 #216

# TODO: Enable GitHub Actions on the repository to test all pull requests
# https://github.com/<org>/<repo>/actions
on:
pull_request:
push:
branches:
- main
- develop
jobs:
test:
runs-on: ubuntu-latest
env:
RAILS_ENV: test
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Cache Docker images.
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-${{ hashFiles('docker-compose.ci.yml') }}
- name: Build
run: script/ci/cibuild
- name: Test
run: script/ci/test