diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d37f7c1..4ee3e89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,8 @@ jobs: key: ${{ runner.os }}-${{ matrix.ruby-version }} - uses: actions/checkout@v3 - run: 'apt-get update && apt-get install -y --no-install-recommends nginx' - - run: 'bundle install --path ~/bundle' + - run: 'bundle config set --local path ~/bundle' + - run: 'bundle install' - run: 'bundle exec rspec -fd' #docker-build: