Skip to content

refactor: Use container-registry.oracle.com/mysql/community-server:la… #27

refactor: Use container-registry.oracle.com/mysql/community-server:la…

refactor: Use container-registry.oracle.com/mysql/community-server:la… #27

Workflow file for this run

name: Test
on:
push:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Test
run: |
cd test
docker compose rm -f
make test