mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-08 19:38:51 +01:00
49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
name: TestDriver.ai Regression Testing - Waveterm
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
schedule:
|
|
- cron: 0 21 * * *
|
|
workflow_dispatch: null
|
|
|
|
permissions:
|
|
contents: read # To allow the action to read repository contents
|
|
pull-requests: write # To allow the action to create/update pull request comments
|
|
|
|
|
|
jobs:
|
|
test:
|
|
name: "TestDriver"
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dashcamio/testdriver@main
|
|
id: testdriver
|
|
with:
|
|
version: v3.5.6
|
|
key: ${{secrets.DASHCAM_API_KEY}}
|
|
prerun: |
|
|
cd ~/actions-runner/_work/testdriver/testdriver/
|
|
brew install go
|
|
brew tap scripthaus-dev/scripthaus
|
|
brew install corepack
|
|
brew install scripthaus
|
|
corepack enable
|
|
yarn install
|
|
scripthaus run build-backend
|
|
echo "Yarn"
|
|
yarn
|
|
echo "Rebuild"
|
|
scripthaus run electron-rebuild
|
|
echo "Webpack"
|
|
scripthaus run webpack-build
|
|
echo "Starting Electron"
|
|
scripthaus run electron 1>/dev/null 2>&1 &
|
|
echo "Electron Done"
|
|
exit
|
|
prompt: |
|
|
1. /run /Users/ec2-user/actions-runner/_work/testdriver/testdriver/.testdriver/wave1.yml
|