Skip to content

Commit

Permalink
modified port
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed Feb 14, 2024
1 parent 0da797f commit 26db521
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd-post-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Launch Domain
run: |
hagrid launch test-domain-1 to docker:8081 --tag=${{ github.event.inputs.syft_version }}
hagrid launch test-domain-1 to docker:8081 --tag=${{ github.event.inputs.syft_version }} --low-side
- name: Install pytest and nbmake
run: |
Expand All @@ -70,6 +70,7 @@ jobs:
- name: Run tests
env:
ORCHESTRA_DEPLOYMENT_TYPE: "container_stack"
NODE_PORT: "8081"
run: |
pytest --nbmake notebooks/api/0.8 -p no:randomly -vvvv -k 'not 11-container-images-k8s.ipynb' --nbmake-timeout=1000
Expand Down

0 comments on commit 26db521

Please sign in to comment.