Skip to content

V 0.0.2 alpha

V 0.0.2 alpha #11

Workflow file for this run

name: TEST DOCKER
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install packages
run: docker-compose build
- name: Setup debug by SSH if failure ci session
uses: lhotari/action-upterm@v1
if: ${{ failure() }}
with:
wait-timeout-minutes: 5