This commit is contained in:
loviuz 2021-05-15 17:35:00 +02:00 committed by GitHub
parent f22adf5778
commit 5bbdb362c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -86,19 +86,19 @@ jobs:
yarn install
npm run build-OSM
- name: Copy OSM to www root
run: |
sudo cp -R /home/runner/work/openstamanager/openstamanager /var/www/html/
sudo chmod -R 0777 /var/www/html/openstamanager
sudo rm /var/www/html/openstamanager/.htaccess
- name: Check out test repository
uses: actions/checkout@v2
with:
repository: devcode-it/openstamanager-tests
path: python-tests
- name: Copy OSM to www root
run: |
sudo cp -R * /var/www/html/
sudo rm /var/www/html/index.html
sudo chmod -R 0777 /var/www/html/
sudo rm /var/www/html/.htaccess
- name: Install Python dependencies
run: |
cd python-tests/