mirror of
https://github.com/iruletheworldmo/strawberry.git
synced 2024-08-13 23:12:55 -05:00
cleanup
This commit is contained in:
parent
c705137575
commit
92374d7e49
1 changed files with 2 additions and 3 deletions
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: test agi
|
||||
name: 🍓
|
||||
|
||||
on:
|
||||
pull_request
|
||||
|
@ -11,8 +11,7 @@ jobs:
|
|||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
- name: Run AGI for 5s
|
||||
run: |
|
||||
- run: |
|
||||
set +e
|
||||
|
||||
timeout 5s python3 strawberry.py
|
||||
|
|
Loading…
Reference in a new issue