fix(parapharmacy-api): use CORS_ORIGIN env var for Swagger server URL #40
@@ -59,11 +59,6 @@ jobs:
|
|||||||
if: needs.detect-changes.outputs.parapharmacy-api == 'true'
|
if: needs.detect-changes.outputs.parapharmacy-api == 'true'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
services:
|
|
||||||
mongodb:
|
|
||||||
image: mongo:7
|
|
||||||
ports:
|
|
||||||
- 27017:27017
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
|
|||||||
@@ -99,11 +99,6 @@ jobs:
|
|||||||
if: needs.detect-changes.outputs.parapharmacy-api == 'true'
|
if: needs.detect-changes.outputs.parapharmacy-api == 'true'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
services:
|
|
||||||
mongodb:
|
|
||||||
image: mongo:7
|
|
||||||
ports:
|
|
||||||
- 27017:27017
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
|
|||||||
Reference in New Issue
Block a user