Skip to content

Commit

Permalink
changed examples demo, also trigger all basics
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarsh2001 committed Oct 9, 2023
1 parent 5747420 commit 3b17950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/basics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- ci-testing
- release/* #ToDo: add a release branch
pull_request:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcp-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Run Demo Testing
run: |
cd demos
docker run -v `pwd`:/ivy/demos unifyai/multicuda:base_and_requirements demos/tests/test_demos.sh ${{ secrets.USER_API_KEY }} bert_demo.ipynb "examples"
docker run -v `pwd`:/ivy/demos unifyai/multicuda:base_and_requirements demos/tests/test_demos.sh ${{ secrets.USER_API_KEY }} resnet_demo.ipynb "examples"
deactivate-vm:
needs: run-test
Expand Down

0 comments on commit 3b17950

Please sign in to comment.