Skip to content

Commit

Permalink
Merge pull request #38 from GRIDAPPSD/releases/2023.07.0
Browse files Browse the repository at this point in the history
Release of version 2023.07.0
  • Loading branch information
tonya1 authored Aug 4, 2023
2 parents cef9801 + cc620c4 commit 3931b88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
pull_request:
schedule:
- cron: '0 10 * * 1'
workflow_dispatch:


jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ pip3 install -r requirements.txt
export GRIDAPPSD_USER=<user>
export GRIDAPPSD_PASSWORD=<password>

# remove any existing docker containers before testing (if not you may see connection failed errors)
docker rm -f $(docker ps -a -q)

# run pytest
pytest -s

0 comments on commit 3931b88

Please sign in to comment.