mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-25 06:22:24 +02:00
Add extra delay to see if that allows DD metrics to go through
This commit is contained in:
parent
0413e88321
commit
982f7b5f02
5
.github/workflows/go-test.yml
vendored
5
.github/workflows/go-test.yml
vendored
@ -75,6 +75,11 @@ jobs:
|
|||||||
go install .
|
go install .
|
||||||
cd ../hishtory
|
cd ../hishtory
|
||||||
make test
|
make test
|
||||||
|
- name: Extra Delay
|
||||||
|
run: |
|
||||||
|
|
||||||
|
# Add an extra short delay to allow datadog to flush metrics
|
||||||
|
sleep 300 # 5 minutes
|
||||||
- name: Archive test results
|
- name: Archive test results
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user