Run e2e-tests only once

Since they go against the live DB APIs #16
This commit is contained in:
Kristjan ESPERANTO 2025-02-16 23:39:55 +01:00
parent 3591b3cad9
commit 4fef9fca07
No known key found for this signature in database

View file

@ -79,11 +79,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node-version: node-version: [18.x]
- 16.x
- 18.x
- 20.x
- 22.x
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4