Skip to content

Commit

Permalink
Uncomment validate.yml to run tests to see what tests are failing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnybottles committed Nov 29, 2024
1 parent f97dea8 commit 1fec7b1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
branches:
- master
- Development
- bugfix/157-bug-multiple-failed-tests-after-fixing-workflow
push:
branches:
- master
Expand All @@ -16,6 +17,6 @@ jobs:
- name: Install Prerequisites
run: .\build\vsts-prerequisites.ps1
shell: powershell
# - name: Validate
# run: .\build\vsts-validate.ps1
# shell: powershell
- name: Validate
run: .\build\vsts-validate.ps1
shell: powershell

0 comments on commit 1fec7b1

Please sign in to comment.