Skip to content

Commit

Permalink
ci: continue fixing GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Oct 8, 2020
1 parent 29825dc commit eb124d6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pull-request.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version: 12

- name: Install CLI tools
run: npm install -g bower polymer-cli
run: npm install -g bower polymer-cli web-component-tester

- name: Install dependencies
run: npm -q i
Expand All @@ -35,12 +35,15 @@ jobs:

steps:
- uses: actions/checkout@v2
- run: |
git config user.name github-actions
git config user.email github-actions@github.com
- uses: actions/setup-node@v1
with:
node-version: 12

- name: Install CLI tools
run: npm install -g bower magi-cli polymer-modulizer yarn
run: npm install -g bower magi-cli polymer-modulizer web-component-tester yarn

- name: Install dependencies
run: npm -q i
Expand Down

0 comments on commit eb124d6

Please sign in to comment.