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