Skip to content

Commit

Permalink
Test install/uninstall of app
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Dec 14, 2023
1 parent 5d0650f commit 00562bc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,26 @@ jobs:
with:
name: packages
path: dist/rm*/*.ipk
- name: Save repo
uses: actions/upload-artifact@v3
with:
name: rmall
path: dist/rmall
test:
- uses: actions/download-artifact@v3
with:
name: rmall
path: repo
- uses: Eeems-Org/run-in-remarkable-action@v1
with:
setup: |
set -ex
echo "src/gz local-rmall file:///src/rmall" > /opt/etc/opkg.conf.d/16-local.conf
toltecctl generate-opkg-conf
opkg update
run: |
set -ex
opkg install my-app
# Add steps here to test app
opkg remove my-app
path: repo

0 comments on commit 00562bc

Please sign in to comment.