Skip to content

Merge pull request #819 from dxw/renovate/globals-15.x-lockfile #2351

Merge pull request #819 from dxw/renovate/globals-15.x-lockfile

Merge pull request #819 from dxw/renovate/globals-15.x-lockfile #2351

# 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: Build
run: script/ci/cibuild
- name: Test
run: script/ci/test