Skip to content

Commit 78cedba

Browse files
git commit -m 'post deployment tests'
1 parent 25b96b0 commit 78cedba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/autodeploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,8 @@ jobs:
135135
136136
# Confirm running containers
137137
docker ps
138+
139+
# Run post deployment tests
140+
docker exec -it ${{ secrets.DOCKERHUB_USERNAME }}/course-matrix-frontend:master npm test
141+
docker exec -it ${{ secrets.DOCKERHUB_USERNAME }}/course-matrix-backend:master npm test
138142
EOF

0 commit comments

Comments
 (0)