From 7f2af357a9006c49e6c2a399fc937e3a6fd02abd Mon Sep 17 00:00:00 2001 From: Terry Brady Date: Fri, 10 Jan 2025 13:53:10 -0800 Subject: [PATCH] Update ruby.yml --- .github/workflows/ruby.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 66156c035..c27fffc34 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -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