Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
luccastera committed Nov 21, 2024
1 parent 4968b65 commit 6b26496
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
postgres:
image: postgres:14
env:
PGPASSWORD: postgres
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: marketplace_starter_js_development
DB_USERNAME: postgres
DB_PASSWORD: postgres
DB_NAME: marketplace_starter_js_development
DB_HOST: localhost
DB_PORT: 5432
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
Expand Down Expand Up @@ -96,4 +97,4 @@ jobs:
run: ./cli/qn-marketplace-cli rpc --url http://localhost:3030/provision --rpc-method qn_test --rpc-url http://localhost:3030/rpc --rpc-params "[\"abc\"]" --basic-auth dXNlcm5hbWU6cGFzc3dvcmQ=

- name: Test SSO [OPTIONAL - remove from this yml file if your add-on does not have a dashboard]
run: ./cli/qn-marketplace-cli sso --basic-auth dXNlcm5hbWU6cGFzc3dvcmQ= --url http://localhost:3030/provision --jwt-secret jwt-secret --email [email protected] --name jon --org QuickNode
run: ./cli/qn-marketplace-cli sso --basic-auth dXNlcm5hbWU6cGFzc3dvcmQ= --url http://localhost:3030/provision --jwt-secret jwt-secret --email [email protected] --name jon --org QuickNode

0 comments on commit 6b26496

Please sign in to comment.