diff --git a/.github/workflows/next-drupal.yml b/.github/workflows/next-drupal.yml index 0f1c132c..c937f531 100644 --- a/.github/workflows/next-drupal.yml +++ b/.github/workflows/next-drupal.yml @@ -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 }}