Skip to content

Commit 452fc7a

Browse files
committed
flakiness
1 parent 2617f96 commit 452fc7a

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Nightly Regression Tests
1+
name: Monthly Regression Tests
22

33
on:
44
schedule:
5-
- cron: "0 0 * * *"
5+
- cron: "0 0 1 * *"
66
workflow_dispatch:
77
inputs:
88
pytest_command:
@@ -35,7 +35,7 @@ jobs:
3535
count=${{ github.event.inputs.parallelism || 2 }}
3636
matrix=$(seq -s ',' 1 $count)
3737
echo "matrix=$(jq -cn --argjson groups "[$matrix]" '{group: $groups}')" >> $GITHUB_OUTPUT
38-
nightly-test:
38+
monthly-test:
3939
needs: setup-matrix
4040
runs-on: ubuntu-latest
4141
strategy:
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
python-version: "3.14"
5454
- name: Set up uv
55-
uses: astral-sh/setup-uv@v8.1.0
55+
uses: astral-sh/setup-uv@v7
5656
with:
5757
enable-cache: true
5858
- name: Create venv & install dependencies
@@ -75,7 +75,7 @@ jobs:
7575
retention-days: 7
7676

7777
build-report:
78-
needs: nightly-test
78+
needs: monthly-test
7979
if: always()
8080
runs-on: ubuntu-latest
8181
steps:
@@ -106,7 +106,7 @@ jobs:
106106
run: npx -y allure generate allure-results --output allure-report
107107
- name: Upload Pages artifact
108108
if: always()
109-
uses: actions/upload-pages-artifact@v5
109+
uses: actions/upload-pages-artifact@v4
110110
with:
111111
path: allure-report
112112

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![Twitter Follow](https://img.shields.io/twitter/follow/NirTal2?style=social)](https://twitter.com/NirTal2)
1010
[![YouTube](https://img.shields.io/youtube/channel/subscribers/UCQjS-eoKl0a1nuP_dvpLsjQ?style=social)](https://www.youtube.com/channel/UCQjS-eoKl0a1nuP_dvpLsjQ)
1111
![CI Status](https://github.com/nirtal85/Selenium-Python-Example/actions/workflows/devRun.yml/badge.svg)
12-
![Nightly Build](https://github.com/nirtal85/Selenium-Python-Example/actions/workflows/nightly.yml/badge.svg)
12+
![Monthly Build](https://github.com/nirtal85/Selenium-Python-Example/actions/workflows/monthly.yml/badge.svg)
1313
[![Tests](https://img.shields.io/endpoint?url=https%3A%2F%2Fflakiness.io%2Fapi%2Fbadge%3Finput%3D%257B%2522badgeToken%2522%253A%2522badge-AlsJROG5SIAxYaV68SL8K%2522%257D)](https://flakiness.io/nirtal85/Selenium-Python-Example)
1414
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
1515
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
@@ -31,7 +31,7 @@ It demonstrates advanced design patterns, seamless CI/CD integration, and rich r
3131
* **Modern Python Tooling:** Built with `uv` for lightning-fast dependency management and `Ruff` for linting.
3232
* **Robust Reporting:** Full integration with **Allure Report**, including screenshots, logs, and video.
3333
* **Visual Regression:** Integrated with **Visual Regression Tracker** for pixel-perfect UI validation.
34-
* **CI/CD Ready:** Complete GitHub Actions workflows for Nightly runs, PR checks, and Report deployment.
34+
* **CI/CD Ready:** Complete GitHub Actions workflows for Monthly runs, PR checks, and Report deployment.
3535

3636
---
3737

@@ -151,4 +151,4 @@ If this architecture helped you solve a problem or save time, consider supportin
151151

152152
[Visit TestShift.com for more Architectural Insights](https://www.test-shift.com)
153153

154-
</div>
154+
</div>

0 commit comments

Comments
 (0)