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 Jul 24, 2023
2 parents 17cb81c + 5c29b98 commit 08d1d8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
uses: actions/checkout@v3
with:
path: php-agent
repository: ${{ inputs.origin }}/newrelic-php-agent
ref: ${{ inputs.ref }}
- name: Enable arm64 emulation
if: ${{ matrix.arch == 'arm64' }}
uses: docker/setup-qemu-action@v2
Expand Down Expand Up @@ -74,6 +76,8 @@ jobs:
uses: actions/checkout@v3
with:
path: php-agent
repository: ${{ inputs.origin }}/newrelic-php-agent
ref: ${{ inputs.ref }}
- name: Enable arm64 emulation
run: |
docker run --privileged --rm tonistiigi/binfmt --install arm64
Expand Down Expand Up @@ -118,6 +122,8 @@ jobs:
uses: actions/checkout@v3
with:
path: php-agent
repository: ${{ inputs.origin }}/newrelic-php-agent
ref: ${{ inputs.ref }}
- name: Get integration_runner
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 08d1d8e

Please sign in to comment.