Skip to content

Commit

Permalink
fix: do not make e2e depend on build
Browse files Browse the repository at this point in the history
  • Loading branch information
josepmc committed Oct 18, 2023
1 parent b3889f8 commit 4fbbf45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
e2e-test:
runs-on: macos-latest
needs: build
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand All @@ -75,7 +74,7 @@ jobs:
- name: Install Dependencies
run: |
bun install --frozen-lockfile
bunx playwright install-deps --with-deps
bunx playwright install --with-deps
- name: Test
run: |
Expand Down

0 comments on commit 4fbbf45

Please sign in to comment.