Skip to content

Commit

Permalink
ci: install all modules for e2e (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefiozie committed Nov 15, 2020
1 parent df2c030 commit 9651446
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/pr_on_development.yml
Expand Up @@ -120,13 +120,8 @@ jobs:
- name: Get origin main
run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/main:refs/remotes/origin/main
- uses: actions/cache@v1
id: workspace-xlayers-cache
with:
path: node_modules
key: ${{ runner.os }}-${{ matrix.node }}-xlayers-workspace-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-${{ matrix.node }}-xlayers-workspace-
- name: Install Dependencies
run: npm install --frozen-lockfile
- name: Run e2e
run: npm run affected:e2e -- --base=origin/main --head=HEAD --parallel --with-deps
build:
Expand Down

0 comments on commit 9651446

Please sign in to comment.