mirror of
https://github.com/ddworken/hishtory.git
synced 2025-04-30 20:34:33 +02:00
Skip DD integration for m1 mac since it seems to fail for mysterious beta-related reasons
This commit is contained in:
parent
2ad499b61b
commit
a6333ea995
4
.github/workflows/go-test.yml
vendored
4
.github/workflows/go-test.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
# Set a consistent hostname so we can run tests that depend on it
|
# Set a consistent hostname so we can run tests that depend on it
|
||||||
sudo scutil --set HostName ghaction-runner-hostname
|
sudo scutil --set HostName ghaction-runner-hostname
|
||||||
- name: MacOS Docker Setup
|
- name: MacOS Docker Setup
|
||||||
if: ${{ matrix.os == 'macos-latest' || matrix.os == 'macos-14'}}
|
if: ${{ matrix.os == 'macos-latest' || matrix.os == 'macos-14 '}}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
# Install docker so it can be used for datadog
|
# Install docker so it can be used for datadog
|
||||||
@ -52,7 +52,7 @@ jobs:
|
|||||||
colima start
|
colima start
|
||||||
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
|
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
|
||||||
- name: Set up Datadog
|
- name: Set up Datadog
|
||||||
if: ${{ github.ref == 'refs/heads/master' }}
|
if: ${{ github.ref == 'refs/heads/master' && matrix.os != 'macos-14' }}
|
||||||
uses: datadog/agent-github-action@v1.3
|
uses: datadog/agent-github-action@v1.3
|
||||||
with:
|
with:
|
||||||
api_key: ${{ secrets.DD_API_KEY }}
|
api_key: ${{ secrets.DD_API_KEY }}
|
||||||
|
Loading…
Reference in New Issue
Block a user