Commit 1164461 1 parent f1edf50 commit 1164461 Copy full SHA for 1164461
File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 23
23
node-version : 21
24
24
25
25
- name : Install dolos
26
+ shell : bash
26
27
run : |
27
28
npm install -g @dodona/dolos
28
29
dolos --version
50
51
uses : actions/checkout@v4
51
52
52
53
- name : Run test script
54
+ shell : bash
53
55
run : ./test_compose.sh
54
56
packaging :
55
57
name : " Test packing and installing Dolos"
Original file line number Diff line number Diff line change 3
3
4
4
# This script tests whether self-hosting the Dolos web-app works using the docker-compose.yml
5
5
6
- docker- compose down
7
- docker- compose pull
6
+ docker compose down
7
+ docker compose pull
8
8
docker pull ghcr.io/dodona-edu/dolos-cli:latest
9
- docker- compose up --wait --detach
9
+ docker compose up --wait --detach
10
10
11
11
echo " Upload zipfile"
12
12
You can’t perform that action at this time.
0 commit comments