Skip to content

Commit

Permalink
fix: Rename job-name to dotnet-build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkallesen committed Mar 27, 2024
1 parent 14876df commit 05bcfdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- reopened

jobs:
dotnet7-build:
dotnet-build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
dotnet-test:
runs-on: ubuntu-latest
needs:
- dotnet7-build
- dotnet-build
steps:
- name: 🛒 Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 05bcfdb

Please sign in to comment.