This commit is contained in:
loviuz 2021-05-15 15:53:57 +02:00 committed by GitHub
parent 9b0e1b6a88
commit 0de30dd70f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -6,10 +6,6 @@ on:
pull_request:
branches: [ master ]
defaults:
run:
working-directory: /var/www/html
jobs:
tests:
runs-on: ubuntu-latest
@ -22,6 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Move OSM to apache directory
run: mv ../openstamanager /var/www/html/openstamanager
- name: Startup Apache2
run: sudo service apache2 start