Skip to content

Commit e158bb0

Browse files
Update main.yml
1 parent 382f637 commit e158bb0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
name: Playwright Tests
1+
name: Playwright API Tests
22
on:
33
push:
44
branches: [ main, master ]
55
pull_request:
66
branches: [ main, master ]
77
jobs:
88
test:
9+
name: API Testing
910
timeout-minutes: 60
1011
runs-on: ubuntu-latest
1112
steps:
@@ -22,4 +23,4 @@ jobs:
2223
with:
2324
name: playwright-report
2425
path: playwright-report/
25-
retention-days: 30
26+
retention-days: 5

0 commit comments

Comments
 (0)