Skip to content

Commit

Permalink
[#27] In a Github workflow, run unit tests inside a HA DevContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Senart committed Jan 12, 2025
1 parent 844a577 commit 138491f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/config/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
homeassistant.host: localhost
homeassistant.host: 127.0.0.1
homeassistant.port: 6123
homeassistant.token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJkMjEzYThmZWI0MWU0OGZlYWVkYWU3OTc1NDY1ZjQyNyIsImlhdCI6MTczNjY4ODI4NSwiZXhwIjoyMDUyMDQ4Mjg1fQ.tOuVOF2XCEupUkw8z5p9Rwc3q5r0bqgqWI84irD4bP0
2 changes: 1 addition & 1 deletion tests/containers/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ services:
restart: always
network_mode: bridge
volumes:
- ./tests/config:/config
- ./config:/config
ports:
- 6123:8123

0 comments on commit 138491f

Please # to comment.