Skip to content

Update module to use 0.6.3 hcl2json cli binaries (#18) #24

Update module to use 0.6.3 hcl2json cli binaries (#18)

Update module to use 0.6.3 hcl2json cli binaries (#18) #24

Workflow file for this run

on:
push:
paths-ignore:
- "README.md"
- "changelog.md"
branches:
- main
pull_request:
paths-ignore:
- "README.md"
- "changelog.md"
branches:
- main
jobs:
validate_powershell:
name: "validate in powershell on windows-latest"
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Run Continuous Integration Powershell
if: runner.os == 'Windows'
shell: powershell
run: |
$PSVersionTable
cd ./__tests__/unit
Invoke-Pester -Output Detailed