Skip to content

Commit

Permalink
Build nuget package of grate.core too
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Feb 12, 2024
1 parent b3475ff commit 7836379
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
package: [ "grate.mariadb",
"grate.oracle",
package: [
"grate.core",
"grate.mariadb",
"grate.oracle",
"grate.postgresql",
"grate.sqlite",
"grate.sqlite",
"grate.sqlserver"
]
steps:
Expand Down

0 comments on commit 7836379

Please sign in to comment.