Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
Fix test name
  • Loading branch information
JE-Chen committed Feb 19, 2024
1 parent 6dabc9b commit 7c51853
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -r ./test/self_test_requirements.txt
- name: Test Bot
env:
EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ReEdgeGPT Self Test Ubuntu Python3.11
name: ReEdgeGPT Self Test Windows Python3.11

on:
push:
Expand Down Expand Up @@ -27,7 +27,7 @@ jobs:
pip install virtualenv
virtualenv venv
venv\Scripts\activate.bat
pip install -r requirements.txt
pip install -r ./test/self_test_requirements.txt
- name: Test Bot
env:
EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }}
Expand Down

0 comments on commit 7c51853

Please sign in to comment.