something

This commit is contained in:
tidusjar 2021-03-09 15:30:54 +00:00
commit 174cc6a99a

View file

@ -21,8 +21,7 @@ jobs:
with:
node-version: '14'
- name: Install Deps
run: |
yarn global add @angular/cli &
run: yarn global add @angular/cli
- name: Start Server
run: |
dotnet run -p ./src/Ombi -- --host http://*:3577 &