From ec0633bab07d884d54e019757d99bfa7e129eaa8 Mon Sep 17 00:00:00 2001 From: KarinG Date: Mon, 11 Dec 2023 20:11:47 -0700 Subject: [PATCH] DO NOT MERGE - Test only Testing https://github.com/iATSPayments/com.iatspayments.civicrm/pull/444 --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index edad2fafa..76d8b9c50 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -163,6 +163,9 @@ jobs: git clone https://lab.civicrm.org/extensions/firewall.git git clone https://lab.civicrm.org/extensions/stripe.git git clone https://github.com/iATSPayments/com.iatspayments.civicrm.git + cd com.iatspayments.civicrm + curl -L -O https://github.com/iATSPayments/com.iatspayments.civicrm/pull/444.patch + git apply 444.patch - name: Download Civi extensions normal if: ${{ matrix.drupal != '10.0.*' }} run: |