Skip to content

wip: test workflow

wip: test workflow #1

Workflow file for this run

name: test.mjs
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: sudo apt-get install -y yq
- run: ./build.sh
- run: ./test/test.mjs dist/linux/x86_64/vdhcoapp