Skip to content

Test Develop

Test Develop #1110

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

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

View workflow run for this annotation

GitHub Actions / Nightly Tests

Invalid workflow file

The workflow is not valid. In .github/workflows/test_develop.yml (Line: 18, Col: 11): Error from called workflow wireapp/wire-ios/.github/workflows/_reusable_run_tests.yml@7c03a18f2d3573f1821e9ff992909ce4cad209d4 (Line: 182, Col: 17): Unexpected symbol: '$GITHUB_SHA'. Located at position 1 within expression: $GITHUB_SHA
with:
all: true
branch: ${{ matrix.branch }}
notify_secret: WIRE_IOS_NIGHTLY_WEBHOOK
secrets: inherit