Skip to content

Add composition for MariaDB service #10

Add composition for MariaDB service

Add composition for MariaDB service #10

Workflow file for this run

name: E2E
on:
pull_request:
branches:
- master
env:
LAB_KUBECONFIG: ${{ .secrets.LAB_KUBECONFIG }}

Check failure on line 7 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: 7, Col: 19): Unexpected symbol: '.secrets.LAB_KUBECONFIG'. Located at position 1 within expression: .secrets.LAB_KUBECONFIG
jobs:
test-e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Get KUBECONFIG
run: echo "$LAB_KUBECONFIG" > kubeconfig
- name: Run tests
run: make e2e-test
env:
KUBECONFIG: kubeconfig