mirror of https://github.com/statping/statping
workflow
parent
d2000f00ca
commit
00ae2c3784
|
@ -305,13 +305,13 @@ jobs:
|
|||
path: ./build
|
||||
|
||||
- name: Install Statping
|
||||
env:
|
||||
VERSION: ${{ env.VERSION }}
|
||||
COMMIT: ${{ github.sha }}
|
||||
run: |
|
||||
cd build && tar -xvf statping-linux-amd64.tar.gz
|
||||
mv statping ../
|
||||
|
||||
- name: Get Statping Version
|
||||
run: ./statping version
|
||||
|
||||
- name: Run Statping
|
||||
run: |
|
||||
API_SECRET=demosecret123 ./statping --port=8585 > /dev/null &
|
||||
|
@ -323,7 +323,7 @@ jobs:
|
|||
apiKey: ${{ secrets.POSTMAN_API }}
|
||||
collection: ./dev/postman.json
|
||||
environment: ./dev/${{ matrix.platform }}
|
||||
timeoutRequest: 30000
|
||||
timeoutRequest: 60000
|
||||
delayRequest: 600
|
||||
|
||||
sentry-release:
|
||||
|
|
Loading…
Reference in New Issue