Skip to content

Commit

Permalink
debug inside the container on codespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarsh2001 committed Aug 10, 2023
1 parent f8d3564 commit d1cc1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: tests
run: |
cd demos
docker run -v `pwd`:/ivy/demos unifyai/ivy:latest demos/tests/test_demos.sh ${{ secrets.USER_API_KEY }}
docker run -v `pwd`:/ivy/demos unifyai/ivy:latest demos/tests/test_demos.sh "fnfPuFTQ6Yj8agH+Ei4SHKyCoUIWavl9spvKRdXwqmc="
- name: Check on failures
if: steps.tests.outcome != 'success'
Expand Down

0 comments on commit d1cc1aa

Please sign in to comment.