Skip to content

Commit

Permalink
Merge pull request #11199 from abpframework/auto-merge/rel-5-0/767
Browse files Browse the repository at this point in the history
Merge branch dev with rel-5.0
  • Loading branch information
maliming authored Jan 6, 2022
2 parents 1a7c923 + 15a74d9 commit 39a356b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
dotnet-version: 6.0.100

- name: Build All
run: .\build-all.ps1
run: .\build-all.ps1 -f
working-directory: .\build
shell: powershell

- name: Test All
run: .\test-all.ps1
run: .\test-all.ps1 -f
working-directory: .\build
shell: powershell

Expand Down

0 comments on commit 39a356b

Please sign in to comment.