From c6900883804e774e23ead2372cf484dab68d1cee Mon Sep 17 00:00:00 2001 From: "Fco. Javier Delgado del Hoyo" <frandelhoyo@gmail.com> Date: Sat, 16 Sep 2023 10:08:38 +0200 Subject: [PATCH] change volume path --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 6e89ef6..3c4f4f4 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -18,7 +18,7 @@ jobs: run: sudo apt-get -qq update && sudo apt-get install -y devscripts shellcheck && make test - name: Test image env: - VOLUME_PATH: ./ + VOLUME_PATH: /tmp/mariadb DATABASE_NAME: foo MARIADB_ROOT_PASSWORD: abcd run: docker compose up --build