Skip to content

Commit

Permalink
feat: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KashifSaadat committed Jul 3, 2024
1 parent 044d15a commit c2743fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
run: docker compose up --build --detach

- name: Run test
run: curl -s localhost:3000 | grep "Appvia Todo List"
run: |
docker ps
curl -s localhost:3000 | grep "Appvia Todo List"
- name: Stop containers
run: docker compose down

0 comments on commit c2743fc

Please # to comment.