Skip to content

Commit e415aa1

Browse files
committed
New env
1 parent 32cc940 commit e415aa1

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ on:
55
pull_request:
66
branches: [main, master]
77

8+
env:
9+
LINK: ${{ secrets.LINK }}
10+
TEST_PASS: ${{ secrets.TEST_PASS }}
11+
MAINUSER_PASS: "a"
12+
MAINUSER_MAIL: "a@a.se"
13+
MAINUSER_NAME: "a"
14+
SECONDUSER_PASS: "b"
15+
SECONDUSER_MAIL: "b@b.se"
16+
SECONDUSER_NAME: "b"
17+
THIRDUSER_PASS: "c"
18+
THIRDUSER_MAIL: "c@c.org"
19+
THIRDUSER_NAME: "c"
20+
FOURTHUSER_PASS: "d"
21+
FOURTHUSER_MAIL: "d@d.org"
22+
FOURTHUSER_NAME: "d"
23+
PUBLIC_POLL_VERSION: 2
24+
825
jobs:
926
frontend-testing:
1027
timeout-minutes: 20

0 commit comments

Comments
 (0)