diff --git a/.github/workflows/regression.yml b/.github/workflows/testdriver.yml similarity index 91% rename from .github/workflows/regression.yml rename to .github/workflows/testdriver.yml index 9214b99d..29770e2e 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/testdriver.yml @@ -14,7 +14,6 @@ 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" @@ -23,7 +22,6 @@ jobs: - uses: dashcamio/testdriver@main id: testdriver with: - version: v3.9.0 key: ${{secrets.DASHCAM_API}} os: mac prerun: | @@ -48,4 +46,4 @@ jobs: npm rebuild exit prompt: | - 1. /run /Users/ec2-user/actions-runner/_work/testdriver/testdriver/.testdriver/wave1.yml + 1. /run /testdriver/theme.yml diff --git a/.testdriver/wave1.yml b/testdriver/theme.yml similarity index 100% rename from .testdriver/wave1.yml rename to testdriver/theme.yml