Skip to content

Commit b813c25

Browse files
Samuli RasiSamuli Rasi
Samuli Rasi
authored and
Samuli Rasi
committed
Remove unnecessary database seeding from run-cypress-tests.yml
- Parallel test execution does not work anymore, so we can remove unnecessary database instances from the CI
1 parent f6c935a commit b813c25

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/run-cypress-tests.yml

+1-19
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,7 @@ jobs:
3131
run: |
3232
sudo apt-get -yqq install postgresql-client
3333
34-
- name: Seed db1 with infrastructure links
35-
env:
36-
DUMP_PATH: ./test-db-manager/src/dumps/infraLinks/infraLinks.sql
37-
run: |
38-
psql postgresql://dbadmin:adminpassword@localhost:6532/jore4e2e < ${{ env.DUMP_PATH }}
39-
40-
- name: Seed db2 with infrastructure links
41-
env:
42-
DUMP_PATH: ./test-db-manager/src/dumps/infraLinks/infraLinks.sql
43-
run: |
44-
psql postgresql://dbadmin:adminpassword@localhost:6533/jore4e2e < ${{ env.DUMP_PATH }}
45-
46-
- name: Seed db3 with infrastructure links
47-
env:
48-
DUMP_PATH: ./test-db-manager/src/dumps/infraLinks/infraLinks.sql
49-
run: |
50-
psql postgresql://dbadmin:adminpassword@localhost:6534/jore4e2e < ${{ env.DUMP_PATH }}
51-
52-
- name: Seed db4 with infrastructure links
34+
- name: Seed db with infrastructure links
5335
env:
5436
DUMP_PATH: ./test-db-manager/src/dumps/infraLinks/infraLinks.sql
5537
run: |

0 commit comments

Comments
 (0)