Skip to content

Commit

Permalink
Update ruby.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady authored Jan 10, 2025
1 parent 0f6509d commit 7f2af35
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,6 @@ jobs:
with:
ruby-version: 3.2

#- name: Check db
# run: |
# mysql --version
# mysql --host 127.0.0.1 --port 3306 -u user --password=password -e "SHOW DATABASES"
# mysql --host 127.0.0.1 --port 3306 -u root --password=root-password -e "SHOW DATABASES"

# Try to retrieve the gems from the cache
- name: 'Cache Gems'
uses: actions/cache@v1
with:
path: vendor/bundle
key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gem-
- name: Setup Bundler 2.1.4
run: |
gem uninstall bundler
Expand Down

0 comments on commit 7f2af35

Please sign in to comment.