Skip to content

Commit

Permalink
Try fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelreiswildlife committed Mar 13, 2024
1 parent 6e92355 commit c24c938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
restore-keys: |
${{ runner.os }}-build-${{ hashFiles('Gopkg.lock') }}
${{ runner.os }}-build-
- name: Install dependencies
run: docker run -v $PWD:/go/src/github.com/topfreegames/pusher tfgco/pusher:ci-test dep ensure
- name: Build
run: docker run -v $PWD:/go/src/github.com/topfreegames/pusher tfgco/pusher:ci-test go build -v -o bin/pusher main.go
- name: Test
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.ci-test
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ RUN apt update \
&& apt install -y wget \
&& wget -qO - https://packages.confluent.io/deb/7.5/archive.key | apt-key add - \
&& apt update \
&& apt install -y librdkafka-dev
&& apt install -y librdkafka-dev \
&& apt install -y postgresql

# golangci-lint
ENV GOLANGCI_LINT_VERSION 1.15.0
Expand Down

0 comments on commit c24c938

Please sign in to comment.