Skip to content

Commit

Permalink
user api key testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarsh2001 committed Aug 9, 2023
1 parent 733b2dd commit 4be2134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
id: tests
run: |
cd demos
echo {{ secrets.USER_API_KEY }}
docker run -v `pwd`:/ivy/demos unifyai/ivy:latest demos/tests/test_demos.sh {{ secrets.USER_API_KEY }}
echo ${{ secrets.USER_API_KEY }}
docker run -v `pwd`:/ivy/demos unifyai/ivy:latest demos/tests/test_demos.sh ${{ secrets.USER_API_KEY }}
- name: Check on failures
if: steps.tests.outcome != 'success'
Expand Down

0 comments on commit 4be2134

Please sign in to comment.