Skip to content

Commit

Permalink
wip: run build tests first
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Nov 15, 2023
1 parent 1763b8d commit 6a71c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/next-drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
run: yarn
- name: Run tests
run: |
yarn test packages/next-drupal
yarn test:build packages/next-drupal
yarn test packages/next-drupal
env:
DRUPAL_BASE_URL: ${{ secrets.DRUPAL_BASE_URL }}
DRUPAL_USERNAME: ${{ secrets.DRUPAL_USERNAME }}
Expand Down

0 comments on commit 6a71c78

Please sign in to comment.