Skip to content

Commit

Permalink
ci: use npm to build to bypass apm
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Dec 25, 2020
1 parent f0b001b commit 305a06d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Expand Up @@ -24,9 +24,10 @@ jobs:
- name: Versions
run: apm -v

- name: Install APM dependencies
- name: Install dependencies
run: |
apm install
apm install --production
npm install --only=dev
- name: Run Ubuntu tests
if: ${{ contains(matrix.os, 'ubuntu') }}
Expand Down

0 comments on commit 305a06d

Please sign in to comment.