Skip to content

Commit

Permalink
wip-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Oct 15, 2023
1 parent bb9becc commit f4ac0df
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/next-drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ jobs:
- name: Install modules
run: yarn
- name: Run tests
run: yarn test packages/next-drupal
run: |
echo DRUPAL_BASE_URL=$DRUPAL_BASE_URL;
echo DRUPAL_USERNAME=$DRUPAL_USERNAME;
echo DRUPAL_PASSWORD=$DRUPAL_PASSWORD;
echo DRUPAL_CLIENT_ID=$DRUPAL_CLIENT_ID;
echo DRUPAL_CLIENT_SECRET=$DRUPAL_CLIENT_SECRET;
yarn test packages/next-drupal
env:
DRUPAL_BASE_URL: ${{ secrets.DRUPAL_BASE_URL }}
DRUPAL_USERNAME: ${{ secrets.DRUPAL_USERNAME }}
Expand Down

0 comments on commit f4ac0df

Please sign in to comment.