Skip to content

Commit

Permalink
Merge pull request #148 from Integration-Automation/dev
Browse files Browse the repository at this point in the history
Cancel plugin test, because per hour limit
  • Loading branch information
JE-Chen committed Jun 4, 2024
2 parents d00f24f + 3a8823d commit 4f14233
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/re_edge_gpt_dev_python3_11_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
env:
IMAGE_COOKIE: ${{ secrets.IMAGE_COOKIE }}
run: python ./test/unit_test/back-end/test_generate_image/test_generation.py
- name: Test chat with plugins
env:
EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }}
run: python ./test/unit_test/back-end/test_bot/test_bot_with_plugins_manual.py
# - name: Test chat with plugins
# env:
# EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }}
# run: python ./test/unit_test/back-end/test_bot/test_bot_with_plugins_manual.py
- name: Test chat with file
env:
EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/re_edge_gpt_dev_python3_11_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
env:
IMAGE_COOKIE: ${{ secrets.IMAGE_COOKIE }}
run: python ./test/unit_test/back-end/test_generate_image/test_generation.py
- name: Test chat with plugins
env:
EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }}
run: python ./test/unit_test/back-end/test_bot/test_bot_with_plugins_manual.py
# - name: Test chat with plugins
# env:
# EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }}
# run: python ./test/unit_test/back-end/test_bot/test_bot_with_plugins_manual.py
- name: Test chat with file
env:
EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/re_edge_gpt_stable_python3_11_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
env:
IMAGE_COOKIE: ${{ secrets.IMAGE_COOKIE }}
run: python ./test/unit_test/back-end/test_generate_image/test_generation.py
- name: Test chat with plugins
env:
EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }}
run: python ./test/unit_test/back-end/test_bot/test_bot_with_plugins_manual.py
# - name: Test chat with plugins
# env:
# EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }}
# run: python ./test/unit_test/back-end/test_bot/test_bot_with_plugins_manual.py
- name: Test chat with file
env:
EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/re_edge_gpt_stable_python3_11_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
env:
IMAGE_COOKIE: ${{ secrets.IMAGE_COOKIE }}
run: python ./test/unit_test/back-end/test_generate_image/test_generation.py
- name: Test chat with plugins
env:
EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }}
run: python ./test/unit_test/back-end/test_bot/test_bot_with_plugins_manual.py
# - name: Test chat with plugins
# env:
# EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }}
# run: python ./test/unit_test/back-end/test_bot/test_bot_with_plugins_manual.py
- name: Test chat with file
env:
EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }}
Expand Down

0 comments on commit 4f14233

Please sign in to comment.