Skip to content

Commit

Permalink
fix: remove docker container building
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Apr 2, 2023
1 parent 64d6d82 commit babdfe9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
node-version: [16]
steps:
- uses: actions/checkout@v2
- name: Build docker containers
run: docker-compose build --build-arg "redis_version=7.0.7" redis-cluster
- name: Initiate docker containers
run: docker-compose -f docker-compose.yml up -d
- name: Check running containers
Expand Down

0 comments on commit babdfe9

Please sign in to comment.