Skip to content

Commit

Permalink
ci: use self-hosted httpbin
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jul 19, 2023
1 parent 174da11 commit 35bce39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
node-version: "16"
- run: |
go build -o ory .
./ory proxy https://httpbin.org/anything --project admiring-tu-swczqlujc0 --quiet &
./ory proxy https://ory-network-httpbin-ijakee5waq-ez.a.run.app/anything --project admiring-tu-swczqlujc0 --quiet &
env:
ORY_API_KEY: ${{ secrets.ORY_PROJECT_API_KEY }}
- name: Install Node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: npm ci
- run: go build -o ory .
- run: |
./ory proxy https://httpbin.org/anything --quiet &
./ory proxy https://ory-network-httpbin-ijakee5waq-ez.a.run.app/anything --quiet &
npm run test
env:
ORY_SDK_URL: https://admiring-tu-swczqlujc0.projects.staging.oryapis.dev/

0 comments on commit 35bce39

Please sign in to comment.