Skip to content

Commit

Permalink
fix port on test
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed May 19, 2024
1 parent 60f8341 commit 92ed198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
with:
notebook: tests.ipynb
image: ghcr.io/devxt-llc/magicalauth:dev
port: "14374"
port: "12437"
additional-python-dependencies: pyotp requests qrcode
needs: build-magicalauth
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
with:
notebook: tests.ipynb
image: ${{ needs.build-magicalauth.outputs.primary-image }}
port: "14374"
port: "12437"
additional-python-dependencies: pyotp requests qrcode
needs: build-magicalauth

0 comments on commit 92ed198

Please sign in to comment.