Skip to content

Print Browserstack App ID #238

Print Browserstack App ID

Print Browserstack App ID #238

name: Regression Tests
on:
push:
branches: [ main ]
jobs:

Check failure on line 7 in .github/workflows/regression_tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/regression_tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
execute_merge_tests:
runs-on: macos-14
name: Execute Merge Tests
env:
DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prepare environment
uses: ./.github/actions/prepare_environment
with:
core-token: ${{ secrets.IOS_CORE_TOKEN }}
- name: Perform Tests and Publish Test reports
id: perform-tests
uses: ./.github/actions/perform_tests
with:
needs-shared-tests: ${{ true }}
needs-storage-tests: ${{ true }}
needs-client-tests: ${{ true }}
github-token: ${{ secrets.GITHUB_TOKEN }}