diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index cd911ef..1e971cb 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: ports: - 80 volumes: - - workspace:/workspace + - my_docker_volume:/volume_mount options: --cpus 1 steps: - name: Test fuzzy controller diff --git a/data/db.mv.db b/data/db.mv.db new file mode 100644 index 0000000..8947a52 Binary files /dev/null and b/data/db.mv.db differ