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 7c19e46 commit 2fc7289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
run: docker build -t hi-server .

- name: Run Docker server
run: docker --name hi-container --network hi-services run hi-server
run: docker run --name hi-container --network hi-services hi-server

- name: Remove Build Services
run: docker compose down
Expand Down

0 comments on commit 2fc7289

Please sign in to comment.