Skip to content

Nightly tests and report - develop #156

Nightly tests and report - develop

Nightly tests and report - develop #156

# This workflow aim to run all UI tests on active branches
# and upload the report on Google cloud platform storage
name: Nightly tests and report - develop
on:
workflow_run:
workflows: [ 'Nightly Build' ]
types:
- requested
jobs:
test_develop:
uses: ./.github/workflows/cron_nightly_tests_reusable.yml
with:
BRANCH: develop
secrets:
GC_PROJECT_ID: ${{ secrets.GC_PROJECT_ID }}
GC_SERVICE_KEY: ${{ secrets.GC_SERVICE_KEY }}
API_NIGHTLY_IMPORT_TOKEN: ${{ secrets.NIGHTLY_TOKEN }}