Skip to content

Full Tests

Full Tests #10

Workflow file for this run

name: Full Tests
on:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
all_tests:
name: All tests
runs-on: macos-15
timeout-minutes: 15
steps:
- uses: passepartoutvpn/action-prepare-xcode-build@master
with:
access_token: ${{ secrets.ACCESS_TOKEN }}
submodules: true
- name: Use remote Core source
run: |
ci/use-partout-core-source.sh
- name: Run App tests
run: |
ci/run-app-tests.sh
- name: Run Partout tests
run: |
ci/run-partout-tests.sh