Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chottuthejimmy committed Oct 22, 2024
1 parent 4b46eb2 commit 697bf3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ jobs:
steps:
- name: Debug - Print masked secret
run: |
if [ -n "${{secrets.TESTDRIVER_API_KEY}}" ];
if [ -n "${{secrets.TESTDRIVER_API_KEY}}" ];
then
echo "yes the api is there"
else
echo "nope"
fi
- uses: testdriverai/action@main
with:
version: v4.0.44
key: ${{secrets.TESTDRIVER_API_KEY}}
prerun: |
npm install
Expand Down
1 change: 0 additions & 1 deletion testdriver/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: 4.0.44
steps:
- prompt: open chrome
commands:
Expand Down

0 comments on commit 697bf3d

Please sign in to comment.