Skip to content

Test Develop

Test Develop #1108

Workflow file for this run

name: Nightly Tests
on:
workflow_dispatch:
schedule:
- cron: "0 21 * * *"
# This is what will cancel the workflow
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
trigger_tests:
strategy:
matrix:
branch: [develop, release/cycle-3.114] # List other branches here
uses: ./.github/workflows/_reusable_run_tests.yml
with:
all: true
branch: ${{ matrix.branch }}
secrets: inherit
env:

Check failure on line 23 in .github/workflows/test_develop.yml

View workflow run for this annotation

GitHub Actions / Nightly Tests

Invalid workflow file

The workflow is not valid. .github/workflows/test_develop.yml (Line: 23, Col: 5): Unexpected value 'env'
SLACK_WEBHOOK_URL: ${{ secrets.WIRE_IOS_NIGHTLY_WEBHOOK }}