pull/788/head
hunterlong 2020-08-17 13:00:16 -07:00
parent d2000f00ca
commit 00ae2c3784
1 changed files with 4 additions and 4 deletions

View File

@ -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: