Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Căutișanu authored and Andrei Căutișanu committed Nov 6, 2024
1 parent a69f2c5 commit f60b836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/end2end_suites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- projects-CRUD

jobs:
e2e_sanity:
run_suite:
runs-on: ubuntu-20.04

steps:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
export PYTHONPATH='.'
if [ "$SUITE" == "projects-CRUD" ]; then
pytest -s tests/Projecs/test_projects_crud_operations.py --browser chromium --base-url http://localhost:5173 --setup-show
pytest -s tests/Projects/test_projects_crud_operations.py --browser chromium --base-url http://localhost:5173 --setup-show
fi
- name: Stop Opik server
Expand Down

0 comments on commit f60b836

Please sign in to comment.