From 1679ca41bf5903d7e15b951a97847bb55d5c2ae6 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Briseno <94071409+dgarciabriseno@users.noreply.github.com> Date: Thu, 19 Sep 2024 08:19:23 -0400 Subject: [PATCH] Don't touch config files (#54) --- .github/workflows/build-check.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/build-check.yml b/.github/workflows/build-check.yml index ebca3f4..fe739d7 100644 --- a/.github/workflows/build-check.yml +++ b/.github/workflows/build-check.yml @@ -25,15 +25,6 @@ jobs: - name: Get latest helioviewer.org version run: cd helioviewer.org && git checkout origin/main - - name: Make writeable configuration files - run: | - touch api/install/settings/settings.cfg - chmod o+rw api/install/settings/settings.cfg - touch api/settings/Config.ini - chmod o+rw api/settings/Config.ini - touch api/settings/Config.php - chmod o+rw api/settings/Config.php - - name: Check that containers start and become healthy run: docker compose up -d --wait