Skip to content

Bump the nuget group with 40 updates #1290

Bump the nuget group with 40 updates

Bump the nuget group with 40 updates #1290

Workflow file for this run

name: Test DragaliaAPI
on:
push:
branches:
- main
paths:
- DragaliaAPI/**
- Shared/**
- Directory.Packages.props
pull_request:
branches:
- main
paths:
- DragaliaAPI/**
- Shared/**
- Directory.Packages.props
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
integration-test:
name: Integration test
uses: ./.github/workflows/integration-test.yaml
with:
project: DragaliaAPI/DragaliaAPI.Integration.Test
secrets: inherit
unit-test:
name: Unit test
strategy:
matrix:
project:
[
"DragaliaAPI/DragaliaAPI.Test",
"DragaliaAPI/DragaliaAPI.Database.Test",
"DragaliaAPI/DragaliaAPI.Shared.Test",
"DragaliaAPI/DragaliaAPI.Shared.SourceGenerator.Test",
]
uses: ./.github/workflows/test.yaml
with:
project: ${{ matrix.project }}