Skip to content

fix audit collector environment artifacts #8

fix audit collector environment artifacts

fix audit collector environment artifacts #8

Workflow file for this run

name: CI
on:
push:
branches:
- master
- main
pull_request:
permissions:
contents: read
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