Skip to content

Commit

Permalink
ci: fix script name
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Dec 10, 2023
1 parent 7820399 commit b148e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:

- name: E2E dev
working-directory: ./e2e
run: pnpm e2e:ci-dev
run: pnpm e2e:ci:dev
env:
E2E_BUNDLER: ${{ matrix.bundler }}

- name: E2E build
working-directory: ./e2e
run: pnpm e2e:ci-build
run: pnpm e2e:ci:build
env:
E2E_BUNDLER: ${{ matrix.bundler }}

Expand Down

0 comments on commit b148e5a

Please sign in to comment.