这是indexloc提供的服务,不要输入任何密码
Skip to content

Fix NTLM Auth in 3.0 #214

Fix NTLM Auth in 3.0

Fix NTLM Auth in 3.0 #214

Workflow file for this run

name: Ruby
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: [3.1, 3.2, 3.3, 3.4, head, truffleruby-head]
env:
RAILS_ENV: test
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # bundle installs and caches dependencies
- name: Run tests
run: bundle exec rake --trace