Skip to content

chore(deps): bump Microsoft.AspNetCore.Mvc.Testing from 6.0.0 to 6.0.36 #23

chore(deps): bump Microsoft.AspNetCore.Mvc.Testing from 6.0.0 to 6.0.36

chore(deps): bump Microsoft.AspNetCore.Mvc.Testing from 6.0.0 to 6.0.36 #23

Workflow file for this run

# name: PR Validation
on:
pull_request:
branches:
- main
- develop
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run tests
run: docker compose up tests --exit-code-from tests