Skip to content

ci: Use actions/checkout v3 instead of v4 #4

ci: Use actions/checkout v3 instead of v4

ci: Use actions/checkout v3 instead of v4 #4

Workflow file for this run

name: CI
on:
- push
env:
CC_TEST_REPORTER_ID: 7729fca8695dd1ce5c6117fcd57680ee5a00726647ae7d4fe52c029de211449f
COVERAGE_REPORT: true
BUNDLE_GEMS__RAILSLTS__COM: ${{ secrets.BUNDLE_GEMS__RAILSLTS__COM }}
jobs:
ci:
runs-on: ubuntu-latest
container: ubuntu:precise
steps:
# FIXME: v4 Action won't work on Ubuntu Precise (see https://github.com/actions/checkout/issues/1487)
- uses: actions/checkout@v3
- run: sudo apt-get install -y default-libmysqlclient-dev
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
# test:
# runs-on: ubuntu-latest
# steps:
# - run: #cp config/database.travis.yml config/database.yml
# - run: #cp config/app_environment_variables.sample.rb config/app_environment_variables.rb