Skip to content

fix(ci): fetch git tags in Actions and use ASCII-safe PowerShell output #9

fix(ci): fetch git tags in Actions and use ASCII-safe PowerShell output

fix(ci): fetch git tags in Actions and use ASCII-safe PowerShell output #9

name: Regulation Tests
on:
push:
branches:
- master
- main
pull_request:
jobs:
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run regulation regression tests
shell: pwsh
run: ./scripts/tests/run-regulation-tests.ps1
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run regulation regression tests
run: |
chmod +x scripts/*.sh scripts/tests/*.sh
./scripts/tests/run-regulation-tests.sh