Skip to content

Update pr.yml

Update pr.yml #10

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
id: testdriver
with:
prompt: |
1. navigate to youtube.com in google chrome
1. search for cat videos
1. click the first one
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FORCE_COLOR: "3"