Skip to content

Commit

Permalink
Update unittests.yml
Browse files Browse the repository at this point in the history
added core
  • Loading branch information
psilo909 authored May 10, 2022
1 parent 9144368 commit 28f5aae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
- run: sudo apt-get install librrd-dev libpython3-dev
- run: sudo apt-get install gcc --only-upgrade
- uses: actions/checkout@v2
#- name: Checkout SmartHomeNG DEVELOP Branch
# uses: actions/checkout@v2
# with:
# repository: smarthomeNG/smarthome
# ref: develop
# path: smarthomeng
- name: Checkout SmartHomeNG DEVELOP Branch
uses: actions/checkout@v2
with:
repository: smarthomeNG/smarthome
ref: develop
path: smarthomeng
- name: Checkout SmartHomeNG/plugins DEVELOP Branch
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 28f5aae

Please sign in to comment.