Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add -- token back to test
Browse files Browse the repository at this point in the history
luantranminh committed Aug 8, 2024
1 parent 8d7ab47 commit 3c64e0a
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -88,7 +88,7 @@ jobs:
- name: Print SQL from Demo project
shell: pwsh
working-directory: ./src/Atlas.Provider.Demo
run: dotnet atlas-ef sqlserver
run: dotnet atlas-ef -- sqlserver
- name: Dotnet Cake Test
shell: pwsh
run: dotnet cake --target=Test
1 change: 0 additions & 1 deletion src/Atlas.Provider.Core/Executor/EFDesign.cs
Original file line number Diff line number Diff line change
@@ -97,7 +97,6 @@ public EFDesign(
Directory.GetCurrentDirectory(),
Path.GetDirectoryName(startupAssembly ?? assembly)!
));

AppDomain.CurrentDomain.AssemblyResolve += ResolveAssembly;
}

0 comments on commit 3c64e0a

Please sign in to comment.