Skip to content

Commit 8731bdf

Browse files
author
mbt1
committed
added missing steps to spawn build
1 parent b0fd9fd commit 8731bdf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build_and_test_on_spawn.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,13 @@ jobs:
191191
name: tSQLtBuildArtifact
192192
path: "${{ github.workspace }}\\tSQLt\\Build\\output\\tSQLtBuild"
193193

194-
- name: build tSQLtFacade --> Build/output/DacpacBuild/
194+
- name: build tSQLt and Facade Dacpacs --> Build/output/DacpacBuild/
195195
shell: pwsh
196196
working-directory: ${{ github.workspace }}\tSQLt\
197197
run: |
198+
.\Build\SetupDacpacBuild.ps1 -ErrorAction Stop
198199
.\Build\FacadeBuildDacpac.ps1 -ErrorAction Stop -ServerName "${{ steps.create-container.outputs.containerFQDN }}" -DatabaseName "tSQLt_dev" -Login "-U ${{ steps.create-container.outputs.containerUser }} -P ${{ steps.create-container.outputs.containerPassword }}" -SqlCmdPath "${{ steps.create-vars.outputs.sqlcmdPath }}" -SqlPackagePath "$env:SQLPACKAGE_HOME"
200+
.\Build\BuildtSQLtDacpac.ps1 -ErrorAction Stop -ServerName "${{ steps.create-container.outputs.containerFQDN }}" -DatabaseName "tSQLt_dev_dacpac_src" -Login "-U ${{ steps.create-container.outputs.containerUser }} -P ${{ steps.create-container.outputs.containerPassword }}" -SqlCmdPath "${{ steps.create-vars.outputs.sqlcmdPath }}" -SqlPackagePath "$env:SQLPACKAGE_HOME"
199201
200202
- name: create dacpacs artifact
201203
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)