Skip to content

Add composition for MariaDB service #4

Add composition for MariaDB service

Add composition for MariaDB service #4

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: Run tests
run: make test-e2e
env:
KUBECONFIG: ${{ secrets.LAB_KUBECONFIG}}