Skip to content

Commit

Permalink
locked stanford_caravan to drupal 10.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imonroe committed Aug 7, 2024
1 parent bd9d82b commit 56e9031
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 @@ -28,7 +28,7 @@ jobs:
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
run: |
composer global require su-sws/stanford-caravan:10.x-dev
composer global require su-sws/stanford-caravan:dev-drupal-10.3.1
~/.config/composer/vendor/bin/sws-caravan phpunit /var/www/html --extension-dir=$GITHUB_WORKSPACE/project
- name: Save Test Results
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
env:
STANFORD_ENCRYPT: ${{ secrets.STANFORD_ENCRYPT }}
run: |
composer global require su-sws/stanford-caravan:10.x-dev
composer global require su-sws/stanford-caravan:dev-drupal-10.3.1
~/.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 @@ -107,7 +107,7 @@ jobs:
env:
STANFORD_ENCRYPT: ${{ secrets.STANFORD_ENCRYPT }}=
run: |
composer global require su-sws/stanford-caravan:10.x-dev
composer global require su-sws/stanford-caravan:dev-drupal-10.3.1
~/.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 56e9031

Please sign in to comment.