Skip to content

Commit

Permalink
Merge pull request #4 from nahidthenh/nahid
Browse files Browse the repository at this point in the history
Slack Webhook URL Update
  • Loading branch information
nahidthenh authored Jan 7, 2025
2 parents 767d9c3 + 4a69646 commit 5796e2e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 43 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Playwright Tests
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
# pull_request:
# branches: [main, master]
schedule:
- cron: '0 0 * * *' # 6 AM GMT+6 (0 0 in UTC)
- cron: '0 2 * * *' # 8 AM GMT+6

permissions:
contents: write # Grants write access to the repository
Expand Down
39 changes: 0 additions & 39 deletions playwright.config copy.js

This file was deleted.

2 changes: 1 addition & 1 deletion playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = defineConfig({
testDir: './tests',
fullyParallel: true,
forbidOnly: isCI,
retries: isCI ? 2 : 0,
retries: isCI ? 2 : 1,
workers: isCI ? 1 : undefined,
reporter: [
...(isCI
Expand Down
Empty file.

0 comments on commit 5796e2e

Please sign in to comment.