Skip to content

Commit

Permalink
ci: fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabing010102 committed Jan 2, 2025
1 parent ff49be5 commit bc96c09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: >
dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
/p:ExcludeByFile="**/*Migrations/*.cs"
-e DB_TYPE="MySQL"
-e DB_CONN_STR="server=localhost;port=3306;Database=dev_db;Uid=dev_user;Pwd=dev_pass;SslMode=None;"
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit bc96c09

Please sign in to comment.