Skip to content

fix for linux command in tests.yml #17

fix for linux command in tests.yml

fix for linux command in tests.yml #17

Workflow file for this run

name: WebARKitLib test
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: Build and test WebARKitLib
run: |
cd tests && mkdir build && cd build && cmake .. && make && ./webarkit_test