Skip to content

Commit

Permalink
ci: add step to check Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Apr 14, 2024
1 parent 50070b7 commit c85b810
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -45,3 +45,9 @@ jobs:
- name: Run tests
shell: bash
run: npm test

- name: Check Docker support
shell: bash
run: |
docker --version
make build

0 comments on commit c85b810

Please sign in to comment.