Skip to content

e2e-test: Introduce e2e test script and github workflow #8

e2e-test: Introduce e2e test script and github workflow

e2e-test: Introduce e2e test script and github workflow #8

Workflow file for this run

# SPDX-FileCopyrightText: The RamenDR authors
# SPDX-License-Identifier: Apache-2.0
---
# yamllint disable rule:line-length
name: E2E Test
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
e2e-test:
runs-on: [self-hosted, e2e-rdr]
if: contains(fromJson('["nirs", "ShyamsundarR", "BenamarMk", "raghavendra-talur", "rakeshgm", "ELENAGER", "netzzer", "kseegerrh"]'), github.actor)
if: github.repository == 'RamenDR/ramen'

Check failure on line 16 in .github/workflows/e2e.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/e2e.yaml

Invalid workflow file

You have an error in your yaml syntax on line 16
steps:
- name: Checkout Repo
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Run E2E Tests
run: |
chmod +x ./hack/rdr-e2e.sh
./hack/rdr-e2e.sh