Skip to content

Allow to provide credentials for a private gemserver #264

Allow to provide credentials for a private gemserver

Allow to provide credentials for a private gemserver #264

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- run: gem install rails
- run: rake test