From d03b810da0e8d7b55a81ca0bd9ea24d73db61bea Mon Sep 17 00:00:00 2001 From: Ian Jennings Date: Wed, 28 Aug 2024 15:46:28 -0500 Subject: [PATCH] add example test file to workflow --- .github/workflows/testdriver.yml | 2 +- .github/workflows/testdriver/test.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .github/workflows/testdriver/test.yml diff --git a/.github/workflows/testdriver.yml b/.github/workflows/testdriver.yml index fc5f13a..a697b46 100644 --- a/.github/workflows/testdriver.yml +++ b/.github/workflows/testdriver.yml @@ -16,7 +16,7 @@ jobs: key: ${{secrets.TESTDRIVER_API_KEY}} with: prompt: | - 1. /run /Users/ec2-user/actions-runner/_work/testdriver/testdriver/.testdriver/test.yml + 1. /run /Users/ec2-user/actions-runner/_work/testdriver/testdriver/testdriver/test.yml env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} FORCE_COLOR: "3" diff --git a/.github/workflows/testdriver/test.yml b/.github/workflows/testdriver/test.yml new file mode 100644 index 0000000..e69de29