Skip to content

Commit

Permalink
- Added test flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans committed May 5, 2020
1 parent 5ef9672 commit 62bc963
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ jobs:
uses: actions/checkout@v2
- name: Build image
run: |
#sed -i "s/dev/latest/" timescaledb/config.json
sed -i "s/dev/latest/g" timescaledb/config.json
docker run --rm --privileged \
-v ~/.docker:/root/.docker \
-v /var/run/docker.sock:/var/run/docker.sock \
-v "$(pwd)":/data homeassistant/amd64-builder \
--test \
--target timescaledb --amd64 \
--docker-user ${{ secrets.DOCKER_USERNAME }} \
--docker-password ${{ secrets.DOCKER_PASSWORD }}
Expand Down
3 changes: 2 additions & 1 deletion timescaledb/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
"databases": ["str"],
"logins": [{ "username": "str", "password": "str" }],
"rights": [{ "username": "str", "database": "str" }]
}
},
"image": "husselhans/hassos-addon-timescaledb-{arch}"
}

0 comments on commit 62bc963

Please sign in to comment.