Skip to content

Update CI Workflow for Conditional Docker Image Push (#159) #150

Update CI Workflow for Conditional Docker Image Push (#159)

Update CI Workflow for Conditional Docker Image Push (#159) #150

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: |
yarn install --check-files
bundle exec standardrb
# TODO: The asset "application.js" is not present in the asset pipeline. (GitHub Action)
touch ./app/assets/builds/application.js
bundle exec rake