Skip to content

Commit 0b6edb6

Browse files
Update maven.yml
1 parent 004112d commit 0b6edb6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,7 @@ jobs:
7272
file: ./code/backend/Dockerfile
7373
push: true
7474
tags: ${{ vars.DOCKERHUB_USERNAME }}/campus_exchange:latest
75+
76+
- name: Test Docker
77+
run: |
78+
docker run -rm ${{ vars.DOCKERHUB_USERNAME }}/campus_exchange:latest

0 commit comments

Comments
 (0)