Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
e8ed48bd
Commit
e8ed48bd
authored
Jul 05, 2024
by
Timothy J. Baek
Browse files
chore: disable backend tests
parent
d5716ae7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
22 deletions
+22
-22
.github/workflows/integration-test.yml
.github/workflows/integration-test.yml
+22
-22
No files found.
.github/workflows/integration-test.yml
View file @
e8ed48bd
...
@@ -43,7 +43,7 @@ jobs:
...
@@ -43,7 +43,7 @@ jobs:
uses
:
cypress-io/github-action@v6
uses
:
cypress-io/github-action@v6
with
:
with
:
browser
:
chrome
browser
:
chrome
wait-on
:
"
http://localhost:3000
"
wait-on
:
'
http://localhost:3000
'
config
:
baseUrl=http://localhost:3000
config
:
baseUrl=http://localhost:3000
-
uses
:
actions/upload-artifact@v4
-
uses
:
actions/upload-artifact@v4
...
@@ -67,27 +67,27 @@ jobs:
...
@@ -67,27 +67,27 @@ jobs:
path
:
compose-logs.txt
path
:
compose-logs.txt
if-no-files-found
:
ignore
if-no-files-found
:
ignore
pytest
:
#
pytest:
name
:
Run
b
ackend
t
ests
#
name: Run
B
ackend
T
ests
runs-on
:
ubuntu-latest
#
runs-on: ubuntu-latest
steps
:
#
steps:
-
uses
:
actions/checkout@v4
#
- uses: actions/checkout@v4
-
name
:
Set up Python
#
- name: Set up Python
uses
:
actions/setup-python@v4
#
uses: actions/setup-python@v4
with
:
#
with:
python-version
:
${{ matrix.python-version }}
#
python-version: ${{ matrix.python-version }}
-
name
:
Install dependencies
#
- name: Install dependencies
run
:
|
#
run: |
python -m pip install --upgrade pip
#
python -m pip install --upgrade pip
pip install -r backend/requirements.txt
#
pip install -r backend/requirements.txt
-
name
:
pytest run
#
- name: pytest run
run
:
|
#
run: |
ls -al
#
ls -al
cd backend
#
cd backend
PYTHONPATH=. pytest . -o log_cli=true -o log_cli_level=INFO
#
PYTHONPATH=. pytest . -o log_cli=true -o log_cli_level=INFO
migration_test
:
migration_test
:
name
:
Run Migration Tests
name
:
Run Migration Tests
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment