Skip to content

feat(backend-python): add basic telestion library for python #343

feat(backend-python): add basic telestion library for python

feat(backend-python): add basic telestion library for python #343

name: Backend Deno CI
on: [ push, pull_request ]
defaults:
run:
working-directory: ./backend-deno
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout 📥
uses: actions/[email protected]
- name: Run tests 🛃
run: docker compose up --abort-on-container-exit
- name: Stop containers 🛑
if: always()
run: docker compose down