Skip to content

[8.18](backport #43769) [azure-eventhub] Bump sdk/messaging/azeventhubs to 1.3.1 #412

[8.18](backport #43769) [azure-eventhub] Bump sdk/messaging/azeventhubs to 1.3.1

[8.18](backport #43769) [azure-eventhub] Bump sdk/messaging/azeventhubs to 1.3.1 #412

name: packetbeat-macos-unit-tests
env:
BEAT: "packetbeat"
on:
workflow_dispatch:
pull_request:
paths:
- packetbeat/**
# OSS
- go.mod
- dev-tools/**
- libbeat/**
# Workflow
- .github/workflows/packetbeat-macos-unit-tests.yml
- .github/actions/unit-test/action.yml
push:
branches:
- main
paths:
- packetbeat/**
# OSS
- go.mod
- dev-tools/**
- libbeat/**
# Workflow
- .github/workflows/packetbeat-macos-unit-tests.yml
- .github/actions/unit-test/action.yml
permissions:
contents: read
## Concurrency only allowed in the main branch.
## So old builds running for old commits within the same Pull Request are cancelled
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
unit-tests-push:
name: Unit tests ${{ matrix.os }}
if: github.event_name == 'push'
strategy:
fail-fast: false
matrix:
os: [macos-13, macos-14]
runs-on: ${{ matrix.os }}
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/unit-test
with:
beat: ${{ env.BEAT }}
unit-tests-pr:
name: Unit tests macos-15
if: github.event_name == 'pull_request'
runs-on: [macos-15]
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/unit-test
with:
beat: ${{ env.BEAT }}