Authored-By: OpenAI (GPT-5) <noreply@openai.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
name: Test
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
jobs:
|
||||
test:
|
||||
runs-on: fritzlab
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
run: python3 -m pip install --quiet jinja2 pyyaml awscli
|
||||
- name: Test
|
||||
run: python3 -m unittest discover -v
|
||||
Reference in New Issue
Block a user