Skip to content

Commit b74e458

Browse files
Fix/connection api (#6)
* fix!: connect to new api vm * chore: change port
1 parent 1d924ec commit b74e458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
env:
2525
SCHEMAS_URL: https://raw.githubusercontent.com/lambda-feedback/request-response-schemas/master/
26-
API_CONNECTION: http://20.0.99.73:8000
26+
API_CONNECTION: http://20.0.99.73:5000
2727
#API_CONNECTION: ${{secrets.API_CONNECTION}}
2828

2929
steps:

0 commit comments

Comments
 (0)