Test: fix e2e tests (#318)

* fix whisper check test

* ifx test action

* update test action

* fix test in ubuntu

* update test-enjoy-app.yml

* update workflows

* update test trigger

* add sdl2 dependencies for macos

* update workflows
This commit is contained in:
an-lee
2024-02-18 15:24:01 +08:00
committed by GitHub
parent fdc3c80d33
commit 0131d5ad8c
7 changed files with 70 additions and 46 deletions

View File

@@ -1,18 +0,0 @@
name: Build Enjoy App
on: workflow_dispatch
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11, macos-13, macos-latest, windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: install dependencies
run: yarn install
- name: build
run: yarn make:enjoy