Skip to content

Commit

Permalink
ci: fix GitHub actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Oct 8, 2020
1 parent 6da7a20 commit 29825dc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
run: npm install -g bower polymer-cli

- name: Install dependencies
run: npm install
run: npm -q i

- name: Install Bower
run: bower -q i

- name: Check version
run: npm run check
Expand All @@ -40,7 +43,7 @@ jobs:
run: npm install -g bower magi-cli polymer-modulizer yarn

- name: Install dependencies
run: npm install
run: npm -q i

- name: Convert to P3
run: magi p3-convert --out . --import-style=name
Expand Down

0 comments on commit 29825dc

Please sign in to comment.