Skip to content

feat(POM-222): add integration tests infra #237

feat(POM-222): add integration tests infra

feat(POM-222): add integration tests infra #237

Workflow file for this run

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