Skip to content

fix: FromAsCasing warning #546

fix: FromAsCasing warning

fix: FromAsCasing warning #546

Workflow file for this run

name: Docker Image CI
on:
push:
branches: ["master", "main", "develop"]
pull_request:
branches: ["master", "main", "develop"]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
env:
COMPOSE_FILE: .ci/docker-compose.yml
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Build the Docker image
run: docker compose build --no-cache
- name: Test the Docker image
run: docker compose up --abort-on-container-exit
timeout-minutes: 30