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: with:
node-version: '14' node-version: '14'
- name: Install Deps - name: Install Deps
run: | run: yarn global add @angular/cli
yarn global add @angular/cli &
- name: Start Server - name: Start Server
run: | run: |
dotnet run -p ./src/Ombi -- --host http://*:3577 & dotnet run -p ./src/Ombi -- --host http://*:3577 &