Skip to content

iOS end-to-end nightly tests #84

iOS end-to-end nightly tests

iOS end-to-end nightly tests #84

---
name: iOS end-to-end nightly tests
on:
workflow_dispatch:
schedule:
# At midnight every day.
# Notifications for scheduled workflows are sent to the user who last modified the cron
# syntax in the workflow file. If you update this you must have notifications for
# Github Actions enabled, so these don't go unnoticed.
# https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs
- cron: '0 0 * * *'
permissions: {}
jobs:
reuse-e2e-workflow:
permissions:
contents: read
issues: write
pull-requests: write
uses: ./.github/workflows/ios-end-to-end-tests.yml

Check failure on line 21 in .github/workflows/ios-end-to-end-tests-nightly.yml

View workflow run for this annotation

GitHub Actions / iOS end-to-end nightly tests

Invalid workflow file

The workflow is not valid. In .github/workflows/ios-end-to-end-tests-nightly.yml (Line: 21, Col: 11): Error from called workflow mullvad/mullvadvpn-app/.github/workflows/ios-end-to-end-tests.yml@c8e718c075a52dda97e5ccd65fda60491f2a2676 (Line: 76, Col: 15): Unrecognized named-value: 'env'. Located at position 1 within expression: env.BRANCH_NAME In .github/workflows/ios-end-to-end-tests-nightly.yml (Line: 21, Col: 11): Error from called workflow mullvad/mullvadvpn-app/.github/workflows/ios-end-to-end-tests.yml@c8e718c075a52dda97e5ccd65fda60491f2a2676 (Line: 101, Col: 15): Unrecognized named-value: 'env'. Located at position 1 within expression: env.BRANCH_NAME
with:
arg_tests_json_key: "nightly"
# Use the name of the branch that triggered the workflow
BRANCH_NAME: ${{ github.ref_name }}
secrets: inherit