Skip to content

Commit

Permalink
Merge pull request #218 from MK-2001/MK-2001-patch-1
Browse files Browse the repository at this point in the history
Update deploy.yml
  • Loading branch information
MK-2001 committed May 12, 2024
2 parents df2db47 + e2ddaf1 commit 3cdddad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitea/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: http://gitea.com/actions/checkout@v3
- run: npm ci
- run: npm test
#- run: npm test

deploy-npm:
needs: build
Expand Down Expand Up @@ -47,4 +47,4 @@ jobs:
docker exec -it iobroker /bin/bash -c "iobroker upload go-e"
- name: Restart the adapter
run: |
docker exec -it iobroker /bin/bash -c "iobroker restart go-e.0"
docker exec -it iobroker /bin/bash -c "iobroker restart go-e.0"

0 comments on commit 3cdddad

Please sign in to comment.