Skip to content

Commit

Permalink
switch branch on stanford-caravan
Browse files Browse the repository at this point in the history
  • Loading branch information
imonroe committed Aug 8, 2024
1 parent e0f2a2e commit 40da56c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 106 deletions.
7 changes: 3 additions & 4 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:dev-drupal-10.3.1
composer global require su-sws/stanford-caravan:10.x-dev
~/.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,8 +66,7 @@ jobs:
env:
STANFORD_ENCRYPT: ${{ secrets.STANFORD_ENCRYPT }}
run: |
composer global require su-sws/stanford-caravan:dev-drupal-10.3.1
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 @@ -108,7 +107,7 @@ jobs:
env:
STANFORD_ENCRYPT: ${{ secrets.STANFORD_ENCRYPT }}=
run: |
composer global require su-sws/stanford-caravan:dev-drupal-10.3.1
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
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
services:
engineering_profile_helper.pathauto_regenerate_service:
class: 'Drupal\engineering_profile_helper\PathautoRegenerateService'
arguments: ['@path_alias.manager', '@entity_type.manager']
engineering_profile_helper.commands:
class: Drupal\engineering_profile_helper\Commands\PathautoRegenerateCommands
arguments: ['@engineering_profile_helper.pathauto_regenerate_service']
tags:
- { name: drush.command }

This file was deleted.

This file was deleted.

0 comments on commit 40da56c

Please sign in to comment.