Skip to content

Downgrade ruby from 3.3.5-alpine3.20 to 3.3.1-alpine3.18 because 3.3.… #179

Downgrade ruby from 3.3.5-alpine3.20 to 3.3.1-alpine3.18 because 3.3.…

Downgrade ruby from 3.3.5-alpine3.20 to 3.3.1-alpine3.18 because 3.3.… #179

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