Skip to content

Commit

Permalink
chore(ci): test docker build
Browse files Browse the repository at this point in the history
Adds a test which should prevent Docker not getting built.
  • Loading branch information
fallion committed Oct 24, 2021
1 parent 1336946 commit 8470ac3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@ jobs:
mage setuptest
mage test
mage gomodtidy
docker-build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Attempt build the Docker image
run: docker build .

0 comments on commit 8470ac3

Please sign in to comment.