8000 Partial migration to dialog-lib · talkdai/dialog@a1812a3 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

test and coverage

test and coverage #20

Workflow file for this run

name: test
run-name: test and coverage
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test
run: docker compose -f docker-compose.test.yml run --rm --build dialog
0