Skip to content

Commit

Permalink
.github/workflows/test.yml: adjusted to current arche-docker-config
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Sep 26, 2024
1 parent 3381d70 commit 891af38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: clone repo config
run: |
git clone --depth 1 --branch arche https://github.com/acdh-oeaw/arche-docker-config.git config
chmod +x config/run.d/xdebug.sh
rm -f config/run.d/fcs.sh config/run.d/gui.sh config/run.d/oaipmh.sh config/run.d/openrefine.sh config/run.d/refsources.sh config/run.d/resolver.sh config/initScripts/40-updateVocabularies.php
chmod -x config/run.d/*sh config/initScripts/40-updateVocabularies.php
chmod +x config/run.d/*xdebug.sh config/run.d/*postgresql.sh config/run.d/*config-yaml.sh config/run.d/*resolver.sh
cp .github/workflows/test-postgresql_config.sh config/run.d/
cp .github/workflows/test-resources.sh config/initScripts/testResources.sh
- name: run repo docker
Expand Down

0 comments on commit 891af38

Please sign in to comment.