Skip to content

Commit

Permalink
Fix bad syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed Jan 6, 2022
1 parent 79b3a09 commit cdb0765
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,12 @@ jobs:
uses: actions/setup-ruby@v1
with:
ruby-version: '2.6.x'
# - uses: actions/cache@v2
# with:
# path: vendor/bundle
# key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
# restore-keys: |
# ${{ runner.os }}-gems-
- name: Install
env:
MYSQL_PORT: ${{ job.services.mysql.ports[3306] }}
run: |
cp .env.build .env
gem install bundler
# bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- name: Lint and Test
env:
Expand Down

0 comments on commit cdb0765

Please sign in to comment.