Skip to content

Commit

Permalink
ci(next-drupal): run code formatting/linting on full monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Feb 22, 2024
1 parent bdd289f commit 712fe8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/next-drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: Install modules
- name: Install packages
run: yarn
- name: Run tests
run: yarn workspace next-drupal test
run: yarn test
env:
DRUPAL_BASE_URL: ${{ secrets.DRUPAL_BASE_URL }}
DRUPAL_USERNAME: ${{ secrets.DRUPAL_USERNAME }}
Expand Down

0 comments on commit 712fe8e

Please sign in to comment.