Skip to content

Commit

Permalink
tests: do a sanity build of our docker images as a smoke test during PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aron Asor committed Nov 22, 2023
1 parent a79a766 commit e458dd7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
with:
github_token: ${{ github.token }}
paths: '["**.py", "requirements.txt", ".github/workflows/deploytest.yml", "**.vue", "**.js", "yarn.lock", "package.json"]'
docker_build_test:
name: Build and test docker images
runs-on: ubuntu-latest
needs: pre_job
steps:
- uses: actions/checkout@v2
- name: Build docker images
run: docker-compose build
build_assets:
name: Build frontend assets
needs: pre_job
Expand Down

0 comments on commit e458dd7

Please sign in to comment.