Commit b813c25 1 parent f6c935a commit b813c25 Copy full SHA for b813c25
File tree 1 file changed +1
-19
lines changed
1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 31
31
run : |
32
32
sudo apt-get -yqq install postgresql-client
33
33
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
53
35
env :
54
36
DUMP_PATH : ./test-db-manager/src/dumps/infraLinks/infraLinks.sql
55
37
run : |
You can’t perform that action at this time.
0 commit comments