Skip to content

Commit

Permalink
chore: test docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
WheresAlice authored and wheresalice committed Mar 14, 2023
1 parent c71fe84 commit e2beb63
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
pull_request:
branches:
- "*"
push:
branches:
- "*"
jobs:
test:
strategy:
Expand Down Expand Up @@ -37,3 +34,11 @@ jobs:
${{ runner.os }}-go-
- name: Run linter and tests
run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic
docker:
runs-on: ubuntu-latest
steps:
- name: Docker build
uses: docker/build-push-action@v4
with:
push: false
tags: gfsc/meeting-mood:latest

0 comments on commit e2beb63

Please sign in to comment.