Skip to content

Add e2e tests for our VSHN services #32

Add e2e tests for our VSHN services

Add e2e tests for our VSHN services #32

Workflow file for this run

name: E2E
on:
pull_request:
branches:
- master
jobs:
test-e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Get KUBECONFIG
shell: bash
env:
LAB_KUBECONFIG: ${{ secrets.LAB_KUBECONFIG }}
run: |
echo "$LAB_KUBECONFIG" > kubeconfig
- name: Run tests
run: make e2e-test
env:
KUBECONFIG: kubeconfig