Skip to content

Commit 9bf5ad0

Browse files
author
dmy.berezovskyi
committed
fix job
1 parent ab5a95f commit 9bf5ad0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77

88
jobs:
9-
test:
9+
selenium-tests:
1010
runs-on: macos-latest
1111
env:
1212
DEV_URL: ${{ vars.DEV_URL }}
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Python
2323
uses: actions/setup-python@v3
2424
with:
25-
python-version: "3.12"
25+
python-version: "3.11"
2626

2727
- name: Install Chrome and WebDriver if not already installed
2828
run: |
@@ -54,4 +54,4 @@ jobs:
5454
with:
5555
report_paths: '**/test-results.xml'
5656
detailed_summary: true
57-
include_passed: true
57+
include_passed: true

0 commit comments

Comments
 (0)