Skip to content

Commit

Permalink
removed the need to eslint for e2e to run
Browse files Browse the repository at this point in the history
  • Loading branch information
Boegie19 committed Oct 12, 2023
1 parent 2c55dd8 commit d0729e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:

e2e_memory:
runs-on: ubuntu-latest
needs: [linters]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -81,7 +80,6 @@ jobs:

e2e_redis:
runs-on: ubuntu-latest
needs: [linters]

services:
redis:
Expand Down

0 comments on commit d0729e2

Please sign in to comment.