Skip to content

Test that the root CA chain is working for the http_client dependencies #55

Test that the root CA chain is working for the http_client dependencies

Test that the root CA chain is working for the http_client dependencies #55

name: "[CI] Omniauth Tunnistamo"
on: [push, pull_request]
env:
CI: "true"
CODECOV: "true"
jobs:
main:
name: Tests
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: rokroskar/[email protected]
if: "github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/[email protected]
with:
fetch-depth: 1
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: RSpec
run: bundle exec rspec
- uses: codecov/codecov-action@v1