Skip to content

feat(ad-hoc): additional integration tests #260

feat(ad-hoc): additional integration tests

feat(ad-hoc): additional integration tests #260

Workflow file for this run

name: 'Test'
on:
pull_request:
types: [opened, synchronize]
push:
branches:
- 'master'
workflow_dispatch:
jobs:
run-tests:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Bootstrap Project
uses: ./.github/actions/bootstrap-project
with:
test-project-constants: ${{ secrets.TEST_PROJECT_CONSTANTS }}
- name: Run Unit Tests
run: source Scripts/Test.sh