Skip to content

Commit

Permalink
try fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lillo42 committed Feb 20, 2025
1 parent b3b0027 commit 037df9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,9 @@ jobs:
MONGO_INITDB_DATABASE: brighter
options: >-
--health-cmd mongo
--health-interval 10s
--health-timeout 5s
--health-retries 5
--health-interval 20s
--health-timeout 10s
--health-retries 10
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
8.0.x
9.0.x
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 037df9a

Please sign in to comment.