Skip to content

Commit

Permalink
Dev: Updated workflow
Browse files Browse the repository at this point in the history
Now the step for installing the dependencies for adminbasics is included into the workflow
  • Loading branch information
thedirtypanda committed Feb 17, 2022
1 parent 190dad1 commit 5f4db4f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,12 @@ jobs:
nvm install ${{ matrix.nodeJS-versions }}
nvm use ${{ matrix.nodeJS-versions }}
node ./buildVueComponents.js -s adminbasics -p
- name: Install adminbasics dependencies
run: |
# Install Dependencies assets for adminbasics
yarn --cwd ./assets/packages/admibasics
- name: Run the test script
run: |
DOMAIN=localhost ./third_party/bin/phpunit --testdox --stop-on-failure
Expand Down

0 comments on commit 5f4db4f

Please sign in to comment.