Skip to content

Improve test output and actually publish to dockerhub #6

Improve test output and actually publish to dockerhub

Improve test output and actually publish to dockerhub #6

Workflow file for this run

name: Test
permissions:
contents: read
on:
push:
branches:
- "main"
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: bash test.sh
- run: docker compose logs
if: ${{ failure() }}