Skip to content

Commit

Permalink
Run tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Aug 21, 2023
1 parent c81564d commit a0e4a45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ jobs:
[ "${GITHUB_EVENT_NAME}" == 'release' ] && echo "tag=${GITHUB_REF##*/}" >> $GITHUB_ENV || true
[ "${GITHUB_EVENT_NAME}" == 'push' ] && echo "tag=latest" >> $GITHUB_ENV || true
- name: Build
- name: Build and Test
run: |
make test
make client
make server
- name: Build and push image
Expand Down

0 comments on commit a0e4a45

Please sign in to comment.