File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ jobs:
109
109
strategy :
110
110
matrix : ${{ fromJson(needs.create-matrix.outputs.matrix) }}
111
111
runs-on : ubuntu-22.04
112
+ container :
113
+ image : ubuntu:22.04
112
114
113
115
defaults :
114
116
run :
@@ -162,11 +164,6 @@ jobs:
162
164
with :
163
165
path : integration_openproject
164
166
165
- - name : Install git
166
- run : |
167
- apt update
168
- apt install git -y
169
-
170
167
- name : Checkout activity app
171
168
uses : actions/checkout@v3
172
169
with :
@@ -203,6 +200,7 @@ jobs:
203
200
path : integration_openproject/server
204
201
ref : ${{ matrix.nextcloudVersion }}
205
202
203
+ # NOTE: required for API tests wich make use of docker command to cleanup user data in the server container.
206
204
- name : install docker
207
205
uses : papodaca/install-docker-action@main
208
206
You can’t perform that action at this time.
0 commit comments