Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobmadp committed Oct 13, 2023
1 parent eefb741 commit b2d1f0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cronjob.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Scheduled Tests
on:
schedule:
- cron: '15 15 * * 1-5'
- cron: '25 15 * * 1-5'
jobs:
test:
timeout-minutes: 60
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ main, master, dev ]
schedule:
- cron: '10 15 * * 1-5'
- cron: '20 15 * * 1-5'
jobs:
test:
timeout-minutes: 60
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ npx playwright test 00_Authentifizierung.spec.ts --headed
# Struktur Testfälle

## Prefix Testfälle
Bereich 00: Authentifizierung
Bereich 00: Authentifizierung
Bereich 10: Navigation
Bereich 20:
Bereich 30:

0 comments on commit b2d1f0b

Please sign in to comment.