Skip to content

ci: add workflow to trigger cross-service E2E tests on push to main #2

ci: add workflow to trigger cross-service E2E tests on push to main

ci: add workflow to trigger cross-service E2E tests on push to main #2

Workflow file for this run

# Calls cross-service E2E tests in syft-nsai-tests on push to main.
# The job appears as a check on this repo's commits.
name: Trigger E2E Tests
on:
push:
branches: [main]
jobs:
e2e:
uses: OpenMined/syft-nsai-tests/.github/workflows/e2e.yml@main

Check failure on line 11 in .github/workflows/trigger-e2e.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/trigger-e2e.yml

Invalid workflow file

error parsing called workflow ".github/workflows/trigger-e2e.yml" -> "OpenMined/syft-nsai-tests/.github/workflows/e2e.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
syfthub_ref: main
syft_space_ref: ${{ github.sha }}