Skip to content

refactor: Update the implementation of the re-installation timer to r… #145

refactor: Update the implementation of the re-installation timer to r…

refactor: Update the implementation of the re-installation timer to r… #145

Workflow file for this run

on:
push: {}
name: Build
jobs:
build:
name: "Package"
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- run: ./build/package.sh ./ ./dist
- uses: actions/upload-artifact@v4
with:
name: package
path: dist
test:
name: Test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- run: ./tests/run.sh