Skip to content

Test install/uninstall of app #6

Test install/uninstall of app

Test install/uninstall of app #6

Workflow file for this run

on:
push:
pull_request:
jobs:
build:
name: Build and package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install toltecmk
run: pip install toltecmk
- name: Build package
run: |
tar -czvf src.tar.gz src
toltecmk
- name: Save packages
uses: actions/upload-artifact@v3
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

Check failure on line 31 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 31
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