Compare commits

...

2 commits

Author SHA1 Message Date
Kristjan ESPERANTO
8902ed1473
Merge 4fef9fca07 into 229dbac93e 2025-02-16 22:45:48 +00:00
Kristjan ESPERANTO
4fef9fca07
Run e2e-tests only once
Since they go against the live DB APIs #16
2025-02-16 23:45:10 +01:00

View file

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