Skip to content

Commit ea11490

Browse files
Enhancement: Changes to latest Structr release and makes small adjustment to tests.
1 parent 20238ad commit ea11490

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push
44

55
jobs:
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

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)