Skip to content

Update pr.yml

Update pr.yml #12

Workflow file for this run

name: TestDriver.ai
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
test:
name: "TestDriver"
runs-on: ubuntu-latest
steps:
- uses: dashcamio/testdriver@main
version: v3.6.0

Check failure on line 16 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / TestDriver.ai

Invalid workflow file

The workflow is not valid. .github/workflows/pr.yml (Line: 16, Col: 9): Unexpected value 'version' .github/workflows/pr.yml (Line: 17, Col: 9): Unexpected value 'key'
key: ${{secrets.DASHCAM_API}}
with:
prompt: |
1. /run /Users/ec2-user/actions-runner/_work/testdriver/testdriver/test.yml
prerun: |
npm install dashcam-chrome --save
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --start-maximized --load-extension=./node_modules/dashcam-chrome/build/ 1>/dev/null 2>&1 &
exit
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FORCE_COLOR: "3"