Skip to content

Commit

Permalink
Debug why we don't see segmentkey test working
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Jun 4, 2021
1 parent b9e9072 commit 2d89452
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- name: "Verify that SegmentKey is working (Linux amd64)"
run: |
echo "DDEV_NO_INSTRUMENTATION=${DDEV_NO_INSTRUMENTATION}"
if [ -z "${SegmentKey}" ]; then echo "SegmentKey is not set"; exit 1; fi
.gotmp/bin/linux_amd64/ddev config global
.gotmp/bin/linux_amd64/ddev config global | grep instrumentation-opt-in=true
.gotmp/bin/linux_amd64/ddev config global | grep -v "SegmentKey is not available."
Expand Down Expand Up @@ -77,6 +79,8 @@ jobs:
- name: "Verify that SegmentKey is working (Windows)"
run: |
echo "DDEV_NO_INSTRUMENTATION=${DDEV_NO_INSTRUMENTATION}"
if [ -z "${SegmentKey}" ]; then echo "SegmentKey is not set"; exit 1; fi
.gotmp/bin/windows_amd64/ddev config global
.gotmp/bin/windows_amd64/ddev.exe config global | grep instrumentation-opt-in=true
.gotmp/bin/windows_amd64/ddev.exe config global | grep -v "SegmentKey is not available."
Expand Down

0 comments on commit 2d89452

Please sign in to comment.