Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
taskfile udpate
  • Loading branch information
Your Name committed Nov 5, 2025
commit f97fdf1f94e8e009e1c06bf542e04dcc4880b67d
11 changes: 1 addition & 10 deletions .github/workflows/test-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,4 @@ jobs:

- name: Run arduino-app-cli version updated
run: |
docker exec --user arduino apt-test-update arduino-app-cli version

- name: Restart arduino-app-cli service and verify
run: |
docker exec apt-test-update sh -lc '
sudo systemctl status arduino-app-cli --no-pager
sudo systemctl status arduino-router --no-pager
'


docker exec --user arduino apt-test-update arduino-app-cli version<
3 changes: 0 additions & 3 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,9 @@ tasks:
desc: Test the debian package locally
deps:
- build-deb
vars:
VERSION: "0.6.3"
cmds:
- docker build --no-cache -t mock-apt-repo -f test.Dockerfile .
- docker run --rm -it --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro --name apt-test-update mock-apt-repo
- docker exec -d apt-test-update /usr/bin/arduino-router

arduino-app-cli:build:local:
desc: "Build the arduino-app-cli locally"
Expand Down
Loading