Skip to content

Commit

Permalink
updated github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
imonroe committed Nov 4, 2024
1 parent cfbad9c commit 05f2e80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
name: d10-functional-tests-results
path: /var/www/html/artifacts
acceptance_d11:
name: Codeception Acceptance Tests Drupal 11
name: Codeception Acceptance Tests Drupal 10
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
path: project
- name: Run tests
run: |
composer global require su-sws/stanford-caravan:11.x-dev
composer global require su-sws/stanford-caravan:10.x-dev
~/.config/composer/vendor/bin/sws-caravan codeception /var/www/html --extension-dir=$GITHUB_WORKSPACE/project --suites=acceptance
- name: Save Test Results
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
path: project
- name: Run tests
run: |
composer global require su-sws/stanford-caravan:11.x-dev
composer global require su-sws/stanford-caravan:10.x-dev
~/.config/composer/vendor/bin/sws-caravan codeception /var/www/html --extension-dir=$GITHUB_WORKSPACE/project --suites=functional
- name: Save Test Results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 05f2e80

Please sign in to comment.