mirror of https://github.com/statping/statping
postman API tests for different databases
parent
32f0d46f0a
commit
3edfd7658d
|
@ -181,7 +181,7 @@ jobs:
|
||||||
- name: Postman SQLite Tests
|
- name: Postman SQLite Tests
|
||||||
uses: matt-ball/newman-action@master
|
uses: matt-ball/newman-action@master
|
||||||
with:
|
with:
|
||||||
postmanApiKey: ${{ secrets.POSTMAN_API }}
|
apiKey: ${{ secrets.POSTMAN_API }}
|
||||||
collection: ./dev/postman.json
|
collection: ./dev/postman.json
|
||||||
environment: ./dev/postman_env_sqlite.json
|
environment: ./dev/postman_env_sqlite.json
|
||||||
timeoutRequest: 15000
|
timeoutRequest: 15000
|
||||||
|
@ -236,7 +236,7 @@ jobs:
|
||||||
- name: Postman MySQL Tests
|
- name: Postman MySQL Tests
|
||||||
uses: matt-ball/newman-action@master
|
uses: matt-ball/newman-action@master
|
||||||
with:
|
with:
|
||||||
postmanApiKey: ${{ secrets.POSTMAN_API }}
|
apiKey: ${{ secrets.POSTMAN_API }}
|
||||||
collection: ./dev/postman.json
|
collection: ./dev/postman.json
|
||||||
environment: ./dev/postman_env_mysql.json
|
environment: ./dev/postman_env_mysql.json
|
||||||
timeoutRequest: 15000
|
timeoutRequest: 15000
|
||||||
|
@ -292,7 +292,7 @@ jobs:
|
||||||
- name: Postman Postgres Tests
|
- name: Postman Postgres Tests
|
||||||
uses: matt-ball/newman-action@master
|
uses: matt-ball/newman-action@master
|
||||||
with:
|
with:
|
||||||
postmanApiKey: ${{ secrets.POSTMAN_API }}
|
apiKey: ${{ secrets.POSTMAN_API }}
|
||||||
collection: ./dev/postman.json
|
collection: ./dev/postman.json
|
||||||
environment: ./dev/postman_env_postgres.json
|
environment: ./dev/postman_env_postgres.json
|
||||||
timeoutRequest: 15000
|
timeoutRequest: 15000
|
||||||
|
|
Loading…
Reference in New Issue