Bump nokogiri from 1.16.2 to 1.16.5 #152
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |