File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 push
44
55jobs :
6- test-start :
6+ test-startup :
77 strategy :
88 matrix :
99 os : [ubuntu-latest, macOS-latest]
@@ -12,15 +12,13 @@ jobs:
1212 steps :
1313 - uses : actions/checkout@v3
1414
15- - name : Install docker on macOS
16- uses : docker-practice/actions-setup-docker@master
15+ - name : Setup Docker on macOS
16+ id : setup-docker
17+ uses : douglascamata/setup-docker-macos-action@v1.0.1
1718 if : ${{ matrix.os == 'macOS-latest' }}
1819
19- - name : Run setup script
20- run : ./setup.sh
21-
2220 - name : Start the stack
23- run : docker- compose up -d
21+ run : docker compose up -d
2422
2523 - name : Check if system comes up
2624 run : ./.github/workflows/healthCheck.sh
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ services:
3737 aliases :
3838 - neo4j
3939 structr :
40- image : structr/structr:5.0-rc1
40+ image : structr/structr:5.2.1
4141 depends_on :
4242 - neo4j
4343 ports :
You can’t perform that action at this time.
0 commit comments