Skip to content

feat(ad-hoc): update netcetera #1355

feat(ad-hoc): update netcetera

feat(ad-hoc): update netcetera #1355

Workflow file for this run

name: 'Test'
on:
pull_request:
types: [opened, synchronize]
push:
branches:
- 'master'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
run-tests:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Bootstrap Project
uses: ./.github/actions/bootstrap-project
with:
test-project-constants: ${{ secrets.TEST_PROJECT_CONSTANTS }}
- name: Run Unit Tests
run: source Scripts/Tests/Run.sh