Skip to content

Bump Microsoft.AspNetCore.OpenApi from 9.0.2 to 9.0.6 #19

Bump Microsoft.AspNetCore.OpenApi from 9.0.2 to 9.0.6

Bump Microsoft.AspNetCore.OpenApi from 9.0.2 to 9.0.6 #19

name: Continue on error
on: [push]
jobs:
test:
runs-on: [linux, docker, x86_64]
steps:
- name: Run tests
run: echo "Running tests..."
check-outdated-dependencies:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Check outdated deps
run: |
echo "Checking for outdated dependencies..." && false