Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Fritsch committed Jan 9, 2025
1 parent d8b4d98 commit 7db26c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
fail-fast: false
matrix:
PHP_VERSION: [ '8.3' ]
DRUPAL_TESTING_TEST_SUITE: [ 'unit', 'kernel', 'functional', 'functional-javascript' ]
DRUPAL_TESTING_TEST_SUITE: [ 'kernel', 'functional', 'functional-javascript' ]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: text-max-output-${{ matrix.CHUNK }}-${{ matrix.PHP_VERSION }}
name: text-max-output-${{ matrix.DRUPAL_TESTING_TEST_SUITE }}-${{ matrix.PHP_VERSION }}
path: /tmp/test/thunder/install/docroot/sites/simpletest/browser_output/

test-upgrade:
Expand Down

0 comments on commit 7db26c0

Please sign in to comment.