Skip to content

[IDP-2311] Update service-renovate-config.yaml #59

[IDP-2311] Update service-renovate-config.yaml

[IDP-2311] Update service-renovate-config.yaml #59

Workflow file for this run

name: CI
on:
pull_request:
branches: ["main"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v4
- name: Test with the dotnet CLI
run: dotnet test tests
env:
GH_TOKEN: ${{secrets.TEST_GITHUB_MG}}