Skip to content

ci(homebrew): add HOMEBREW_NO_SANDBOX_LINUX=1 (temporary fix) (#64) #298

ci(homebrew): add HOMEBREW_NO_SANDBOX_LINUX=1 (temporary fix) (#64)

ci(homebrew): add HOMEBREW_NO_SANDBOX_LINUX=1 (temporary fix) (#64) #298

name: Disable checkout test
on:
push:
branches:
- main
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
disable-checkout-test:
name: Disable checkout test
runs-on: ubuntu-latest
env:
ADD_ON: ddev/ddev-opensearch
ADD_ON_REF: 2.2.1
DDEV_VERSION: stable
steps:
- name: Clone current repository
uses: actions/checkout@v6
- name: Checkout
uses: actions/checkout@v6
with:
repository: ${{ env.ADD_ON }}
ref: ${{ env.ADD_ON_REF }}
path: tested-addon
submodules: "true"
- name: Run add-on test
uses: ./
with:
ddev_version: ${{ env.DDEV_VERSION }}
token: ${{ secrets.GITHUB_TOKEN }}
addon_repository: ${{ env.ADD_ON }}
addon_ref: ${{ env.ADD_ON_REF }}
addon_path: tested-addon
disable_checkout_action: true