Skip to content

Commit

Permalink
ci: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
433eros committed Dec 29, 2023
1 parent 8577ff7 commit 7d9552b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ jobs:
sed -i 's/security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
apt-get update
apt-get install -y libmysqlclient-dev
- run: nvm install 11.14.0
- 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
- run: cp config/database.travis.yml config/database.yml
- run: cp config/app_environment_variables.sample.rb config/app_environment_variables.rb

0 comments on commit 7d9552b

Please sign in to comment.