Skip to content

Commit 7b85dd9

Browse files
committed
ci: remove git install step
Signed-off-by: Saw-jan <[email protected]>
1 parent c133e55 commit 7b85dd9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/shared_workflow.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ jobs:
109109
strategy:
110110
matrix: ${{ fromJson(needs.create-matrix.outputs.matrix) }}
111111
runs-on: ubuntu-22.04
112+
container:
113+
image: ubuntu:22.04
112114

113115
defaults:
114116
run:
@@ -162,11 +164,6 @@ jobs:
162164
with:
163165
path: integration_openproject
164166

165-
- name: Install git
166-
run: |
167-
apt update
168-
apt install git -y
169-
170167
- name: Checkout activity app
171168
uses: actions/checkout@v3
172169
with:
@@ -203,6 +200,7 @@ jobs:
203200
path: integration_openproject/server
204201
ref: ${{ matrix.nextcloudVersion }}
205202

203+
# NOTE: required for API tests wich make use of docker command to cleanup user data in the server container.
206204
- name: install docker
207205
uses: papodaca/install-docker-action@main
208206

0 commit comments

Comments
 (0)