Skip to content

Style map and pollutant selector #447

Style map and pollutant selector

Style map and pollutant selector #447

name: CI
on:
pull_request:
branches:
- master
push:
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