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:
|
on:
|
||||||
pull_request
|
pull_request
|
||||||
|
@ -11,8 +11,7 @@ jobs:
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
- name: Run AGI for 5s
|
- run: |
|
||||||
run: |
|
|
||||||
set +e
|
set +e
|
||||||
|
|
||||||
timeout 5s python3 strawberry.py
|
timeout 5s python3 strawberry.py
|
||||||
|
|
Loading…
Reference in a new issue