Skip to content

fix: The application did not respond error message because of the s… #13

fix: The application did not respond error message because of the s…

fix: The application did not respond error message because of the s… #13

Workflow file for this run

name: Run tests
on:
push:
branches:
- "main"
jobs:
docker:
runs-on: ubuntu-latest
steps:
# No checkout step here because build-push-action uses git context by default:
# https://github.com/marketplace/actions/build-and-push-docker-images#git-context
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and test
uses: docker/build-push-action@v5
with:
file: Dockerfile.test
cache-from: type=gha
cache-to: type=gha,mode=max