Skip to content

Commit

Permalink
sync 'dev' with 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
lavarou committed Aug 14, 2023
2 parents 5436577 + dfb359f commit 9f47e45
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/test-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ on:
branches:
- main
- 'dev'
# trigger job for each pull request, regardless of the target branch
pull_request:
branches:
- main
- 'dev'
- 'oapi'

jobs:
daemon-unit-tests:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -101,8 +99,11 @@ jobs:
with:
path: php-agent
- name: Enable arm64 emulation
run: |
docker run --privileged --rm tonistiigi/binfmt --install arm64
if: ${{ matrix.arch == 'arm64' }}
uses: docker/setup-qemu-action@v2
with:
image: tonistiigi/binfmt:${{vars.BINFMT_IMAGE_VERSION}}
platforms: arm64
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand Down Expand Up @@ -182,6 +183,7 @@ jobs:
needs: [daemon-unit-tests, agent-unit-test]
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform: [gnu, musl]
arch: [amd64, arm64]
Expand Down

0 comments on commit 9f47e45

Please sign in to comment.