Skip to content

Commit

Permalink
ci: fix typo in e2e step
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefiozie committed Oct 6, 2020
1 parent bd2ec15 commit 957933f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_on_development.yml
Expand Up @@ -115,7 +115,7 @@ jobs:
key: ${{ runner.os }}-${{ matrix.node }}-xlayers-workspace-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-${{ matrix.node }}-xlayers-workspace-
- name: Run lint
- name: Run e2e
run: npm run affected:e2e -- --base=origin/main --head=HEAD --parallel
build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 957933f

Please sign in to comment.