Skip to content

Commit

Permalink
Support tests on CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mobilize-mountain-sa@snowflake.com committed May 23, 2024
1 parent 47bd548 commit 4851e33
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Phase

on:
push:
branches: [ "main","feature/lcuello/SCT_11827_unit_test" ]
branches: [ "*" ]

jobs:
build:
Expand All @@ -29,11 +29,13 @@ jobs:
run: dotnet restore
- name: Update csproj version
shell: pwsh
working-directory: SnowflakePS
env:
gitVersion_assemblyVersion: ${{ steps.gitversion_step.outputs.AssemblySemVer }}
run: Scripts/SetProjectVersion.ps1
- name: Update pwsh module version
shell: pwsh
working-directory: SnowflakePS
env:
gitVersion_assemblyVersion: ${{ steps.gitversion_step.outputs.AssemblySemVer }}
run: Scripts/SetModuleVersion.ps1
Expand All @@ -46,5 +48,6 @@ jobs:
files: |
TestResults/**/*.trx
- name: Dotnet Publish All
run: ./PublishAll.ps1
shell: pwsh
working-directory: SnowflakePS
run: Scripts/PublishAll.ps1
File renamed without changes.
File renamed without changes.

0 comments on commit 4851e33

Please sign in to comment.