Skip to content

Commit

Permalink
Don't touch config files (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarciabriseno committed Sep 19, 2024
1 parent 0119dc6 commit 1679ca4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1679ca4

Please sign in to comment.