Skip to content

Commit

Permalink
Install git for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldiron committed Jul 29, 2024
1 parent 6020cd5 commit 2a35b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get -y install lcov git
- name: Start Test Stack
env:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ FROM php:8.0-cli-alpine

WORKDIR /usr/local/src/

RUN apk update && apk add git

COPY --from=composer /usr/local/src/vendor /usr/local/src/vendor
COPY . /usr/local/src/

Expand Down

0 comments on commit 2a35b15

Please sign in to comment.