File tree Expand file tree Collapse file tree 4 files changed +568
-518
lines changed Expand file tree Collapse file tree 4 files changed +568
-518
lines changed Original file line number Diff line number Diff line change 43
43
echo "AUTHENTICATION_THRESHOLD=${{ vars.AUTHENTICATION_THRESHOLD }}" >> .env.test
44
44
cat .env.test
45
45
46
+ - name : Install Docker Compose
47
+ run : |
48
+ sudo apt-get update
49
+ sudo apt-get install -y docker-compose
50
+
46
51
- name : Build the containers & Start the containers
47
52
run : |
48
53
docker-compose -f docker-compose.test.yml --env-file .env.test up --build -d
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ It is intended to be used in combination with [Auto Unlock App](https://github.c
27
27
### 1. Clone & Prepare .env
28
28
29
29
``` sh
30
- $ git clone -b v1.1.0 https://github.com/nglcobdai/auto-unlock-server.git
30
+ $ git clone -b v1.1.1 https://github.com/nglcobdai/auto-unlock-server.git
31
31
$ cd auto-unlock-server
32
32
```
33
33
You can’t perform that action at this time.
0 commit comments