Skip to content

Commit

Permalink
update for upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings authored Aug 15, 2024
1 parent c6f59a3 commit 72eebe8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/pr.yml → .github/workflows/testdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:

jobs:
Expand All @@ -13,15 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: dashcamio/testdriver@main
version: v3.6.0
version: v4.0.0
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
1. /run /Users/ec2-user/actions-runner/_work/testdriver/testdriver/.testdriver/test.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FORCE_COLOR: "3"
4 changes: 0 additions & 4 deletions .testdriver/prerun.sh

This file was deleted.

1 change: 0 additions & 1 deletion .testdriver/test.yml

This file was deleted.

0 comments on commit 72eebe8

Please sign in to comment.