diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 6af1b976..f28fb43c 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -182,7 +182,7 @@ jobs: uses: matt-ball/newman-action@master with: postmanApiKey: ${{ secrets.POSTMAN_API }} - collection: 1898229-3c6a7841-0b39-4878-a3a6-1c76832b7679 + collection: ./dev/postman.json environment: ./dev/postman_env_sqlite.json timeoutRequest: 15000 delayRequest: 500 @@ -237,7 +237,7 @@ jobs: uses: matt-ball/newman-action@master with: postmanApiKey: ${{ secrets.POSTMAN_API }} - collection: 1898229-3c6a7841-0b39-4878-a3a6-1c76832b7679 + collection: ./dev/postman.json environment: ./dev/postman_env_mysql.json timeoutRequest: 15000 delayRequest: 500 @@ -293,7 +293,7 @@ jobs: uses: matt-ball/newman-action@master with: postmanApiKey: ${{ secrets.POSTMAN_API }} - collection: 1898229-3c6a7841-0b39-4878-a3a6-1c76832b7679 + collection: ./dev/postman.json environment: ./dev/postman_env_postgres.json timeoutRequest: 15000 delayRequest: 500