Skip to content

Commit

Permalink
Docker build & test on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gnclmorais committed Jul 16, 2023
1 parent f094a5e commit be93e4f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Docker

on: [ push, pull_request ]

jobs:
test:
name: 'Docker-powered tests'
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build Docker image
run: bin/dbuild
- name: Run tests
run: bin/drake

0 comments on commit be93e4f

Please sign in to comment.