Skip to content

Commit

Permalink
Simplify run api server
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Feb 4, 2023
1 parent 73e807c commit 22e80b4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,8 @@ jobs:
pip install -r requirements.txt
- name: Run API server
if: matrix.os != 'windows-latest'
run: flask run &

- name: Run API server
if: matrix.os == 'windows-latest'
run: Start-Process -NoNewWindow flask -ArgumentList 'run'
shell: bash

- name: Setup specmatic
uses: airslate-oss/setup-specmatic@v1
Expand Down

0 comments on commit 22e80b4

Please sign in to comment.