mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-02 08:56:48 +01:00
CI
This commit is contained in:
parent
9b0e1b6a88
commit
0de30dd70f
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user