Skip to content

Commit

Permalink
Update pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Manik2708 authored Jun 2, 2024
1 parent cf66d67 commit ddae316
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,9 @@ jobs:

- name: Edit file for running on docker
run: echo "RUNNING_ON_DOCKER=true" >> .env

- name: Login to Docker
run: echo "${{secrets.DOCKERPASSWORD}}" | docker login -u "${{secrets.DOCKERUSERNAME}}" --password-stdin

- name: Create Docker network
run: docker create network hi-srvices
run: docker network create hi-srvices

- name: Start Build services
run: docker compose up -d --no-color --wait
Expand Down

0 comments on commit ddae316

Please sign in to comment.