Skip to content

Commit

Permalink
revert workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sim0nx committed Nov 3, 2024
1 parent 028cd88 commit fee98e5
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/test_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@ jobs:
tests:
runs-on: ubuntu-latest

services:
openhab:
image: openhab/openhab:latest
env:
OPENHAB_HTTP_PORT: 8080
ports:
- 8080:8080
volumes:
- ${{ github.workspace }}/docker/openhab_conf:/openhab/conf

strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
Expand All @@ -38,6 +28,8 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade-strategy eager .[test]
docker run -d --name openhab -p 8080:8080 -e OPENHAB_HTTP_PORT=8080 -v ${{ github.workspace }}/docker/openhab_conf:/openhab/conf "openhab/openhab:latest"
python3 docker/test_connectivity.py
docker exec -i openhab /openhab/runtime/bin/client -v -p habopen users add admin admin administrator || true
Expand Down

0 comments on commit fee98e5

Please sign in to comment.