Skip to content

Commit

Permalink
ci: Fixed test workflow name.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Aug 29, 2024
1 parent d5756ad commit 2c62a42
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1,442 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
test:
name: Build abd test
name: Test
uses: HavenDV/workflows/.github/workflows/dotnet_build-test-publish.yml@main
with:
generate-build-number: false
Expand Down
2 changes: 0 additions & 2 deletions Replicate.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
src\Directory.Build.props = src\Directory.Build.props
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
LICENSE = LICENSE
docs\openapi.nswag = docs\openapi.nswag
README.md = README.md
docs\openapi.json = docs\openapi.json
.github\workflows\pull-request.yml = .github\workflows\pull-request.yml
.github\workflows\auto-update.yml = .github\workflows\auto-update.yml
.github\workflows\mkdocs.yml = .github\workflows\mkdocs.yml
Expand Down
Loading

0 comments on commit 2c62a42

Please sign in to comment.