Skip to content

Add composition for MariaDB service #11

Add composition for MariaDB service

Add composition for MariaDB service #11

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
env:
LAB_KUBECONFIG: ${{ .secrets.LAB_KUBECONFIG }}

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

View workflow run for this annotation

GitHub Actions / E2E

Invalid workflow file

The workflow is not valid. .github/workflows/e2e.yaml (Line: 13, Col: 27): Unexpected symbol: '.secrets.LAB_KUBECONFIG'. Located at position 1 within expression: .secrets.LAB_KUBECONFIG
run: echo "$LAB_KUBECONFIG" > kubeconfig
- name: Run tests
run: make e2e-test
env:
KUBECONFIG: kubeconfig