docker compose setup (#162)

Co-authored-by: Kerem Yilmaz <kerem@skyvern.com>
This commit is contained in:
LawyZheng
2024-04-11 08:54:27 +08:00
committed by GitHub
parent 8c12e2bc20
commit c0b4510ba8
9 changed files with 211 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ name: Run tests and pre-commit
# `branches: [main], then this actions runs _twice_ on pull requests, which is
# annoying.
on:
workflow_call:
pull_request:
push:
branches: [main]