Skip to content

Commit

Permalink
Temporary allow to fail functional tests for OpenMage 20.1 / 20.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Jun 8, 2024
1 parent 59e11c4 commit e3be10a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-openmage-20.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,6 @@ jobs:
env:
N98_MAGERUN_BIN: "${{ github.workspace }}/bin/n98-magerun"
N98_MAGERUN_TEST_MAGENTO_ROOT: "${{ github.workspace }}/magento"

# Temporary allow tests to fail until code in OpenMage is fixed
continue-on-error: true
6 changes: 6 additions & 0 deletions .github/workflows/test-openmage-20.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
env:
COMPOSER_VENDOR_PATH : "${{ github.workspace }}/magento/vendor"

# Temporary allow tests to fail until code in OpenMage is fixed
continue-on-error: true

- name: Report coverage
uses: codecov/codecov-action@v4
with:
Expand All @@ -90,3 +93,6 @@ jobs:
env:
N98_MAGERUN_BIN: "${{ github.workspace }}/bin/n98-magerun"
N98_MAGERUN_TEST_MAGENTO_ROOT: "${{ github.workspace }}/magento"

# Temporary allow tests to fail until code in OpenMage is fixed
continue-on-error: true

0 comments on commit e3be10a

Please sign in to comment.