Skip to content

Commit

Permalink
Added all validation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
renepajta committed Jan 18, 2022
1 parent d45db75 commit 8f95b10
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ms.synapse.workspaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,18 @@ jobs:
####################
# Pester Tests #
####################
# job_module_pester_validation:
# runs-on: ubuntu-20.04
# name: 'Pester tests'
# steps:
# - name: 'Checkout'
# uses: actions/checkout@v2
# with:
# fetch-depth: 0
# - name: 'Run tests'
# uses: ./.github/actions/templates/validateModulePester
# with:
# modulePath: '${{ env.modulePath }}'
job_module_pester_validation:
runs-on: ubuntu-20.04
name: 'Pester tests'
steps:
- name: 'Checkout'
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: 'Run tests'
uses: ./.github/actions/templates/validateModulePester
with:
modulePath: '${{ env.modulePath }}'

####################
# Deployment tests #
Expand Down

0 comments on commit 8f95b10

Please sign in to comment.