8000 Changes session · talkdai/dialog@71ff378 · 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 #18

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