Skip to content

Commit

Permalink
Dev: Updated workflow
Browse files Browse the repository at this point in the history
Removed 'install admibasics dependencies' task from workflow
  • Loading branch information
thedirtypanda committed Feb 18, 2022
1 parent 502d9fb commit 6c9f072
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,7 @@ 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/adminbasics
- name: Run the test script
run: |
DOMAIN=localhost ./third_party/bin/phpunit --testdox --stop-on-failure
Expand Down

0 comments on commit 6c9f072

Please sign in to comment.