Skip to content

Commit

Permalink
updating names
Browse files Browse the repository at this point in the history
  • Loading branch information
RusticPotatoes committed Oct 29, 2023
1 parent 0391fa2 commit 256d2a3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pytest-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ jobs:
with:
black_args: ". --check"

build:
Build-Test:
name: Setup Enviornment and Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Actions 3
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
Expand All @@ -34,8 +36,8 @@ jobs:
run: |
make setup-detached
- uses: cygnetdigital/[email protected]
name: Check API is Up
- name: Check API is Up
uses: cygnetdigital/[email protected]
with:
url: 'http://localhost:5000/docs'
responseCode: '200,500'
Expand Down

0 comments on commit 256d2a3

Please sign in to comment.