Skip to content

Commit

Permalink
ci: try to add docker
Browse files Browse the repository at this point in the history
  • Loading branch information
HashMapsData2Value committed Oct 24, 2024
1 parent 4a3eeb7 commit e43d5b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5

- name: Install Docker
run: |
sudo apt-get update
sudo apt-get install -y docker.io docker-compose
- name: Start Docker Compose
run: docker-compose up -d

- name: Install dependencies
run: go get .

Expand Down

0 comments on commit e43d5b6

Please sign in to comment.