Skip to content

Commit

Permalink
Update Main-CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaledAshrafH committed May 21, 2023
1 parent 9b239c8 commit a7fd451
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Main-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- name: Build and run docker-image with the Dockerfile
run: |
docker build --tag registeration-process:v2.0 .
docker run -it registeration-process:v2.0
docker exec -it registeration-process:v2.0 3
- name: Build and run docker-compose
run: |
docker-compose build
docker-compose up -d
docker-compose down

0 comments on commit a7fd451

Please sign in to comment.