summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/ios-end-to-end-tests-api.yml
blob: 745d8383bd1801b06bb9fa2bb6f853e79229bf0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
name: iOS end-to-end API tests
on:
  workflow_dispatch:

permissions:
  contents: read
  issues: write
  pull-requests: write

jobs:
  reuse-e2e-workflow:
    uses: ./.github/workflows/ios-end-to-end-tests.yml
    with:
      arg_tests_json_key: "api-tests"
    secrets: inherit