Skip to content

Commit

Permalink
fix docker ubuntu test
Browse files Browse the repository at this point in the history
  • Loading branch information
kritserv committed Oct 6, 2023
1 parent 447bfac commit 1a87ac8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/django_app_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2

- name: Install Docker and Docker Compose
run: |
apk add --no-cache docker docker-compose
service docker start
docker-compose --version
- name: Build and Test
working-directory: ./code
run: |
Expand Down

0 comments on commit 1a87ac8

Please sign in to comment.