Skip to content

Commit

Permalink
rm install step
Browse files Browse the repository at this point in the history
  • Loading branch information
kahboom committed Jun 4, 2024
1 parent a02d89b commit d6575c1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,8 @@ on:
- cron: '0 2 * * FRI'

jobs:
install:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'

cypress-run:
runs-on: ubuntu-latest
needs: install
timeout-minutes: 30
strategy:
matrix:
Expand Down

0 comments on commit d6575c1

Please sign in to comment.