Skip to content

Use importmap-rails #69

Use importmap-rails

Use importmap-rails #69

Workflow file for this run

name: CI
on: push
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
env:
RAILS_ENV: test
RUBYOPT: -W:deprecated
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 3.3
- run: bin/rails db:create db:schema:load
- run: bin/rails test
- run: bin/rails test:system
id: system
- uses: actions/upload-artifact@v3
if: ${{ failure() && steps.system.conclusion == 'failure' }}
with:
path: tmp/screenshots