Skip to content

Commit

Permalink
Update seed testing instruction.
Browse files Browse the repository at this point in the history
  • Loading branch information
goodov committed Jul 17, 2024
1 parent babf507 commit 012e614
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/generate-test-seed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,14 @@ jobs:
const commentBody =
`## ✅ Test Seed Generated Successfully
To test the new seed, launch the browser with the following command line:
\`\`\`
--accept-empty-variations-seed-signature --variations-server-url=${variationsServerURL}
\`\`\`
To apply the test seed:
1. **Desktop**: Launch the browser with \`--variations-pr=${{ github.event.pull_request.number }}\`.
**Android**: Set the command line to \`--variations-pr=${{ github.event.pull_request.number }}\` in the debug menu, restart the browser.
**iOS**: Set \`Variations PR\` to \`${{ github.event.pull_request.number }}\` in \`Brave Core Switches\` debug menu, restart the browser.
2. Wait 5-10 seconds to fetch the seed.
3. Restart the browser to apply the seed.
4. Ensure the first line in **Active Variations** section at \`brave://version\` equals the seed version below.
#### Seed Details
- Version: \`${process.env.SEED_VERSION}\`
Expand Down
2 changes: 1 addition & 1 deletion seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2948,7 +2948,7 @@
"Playlist"
]
},
"name": "Enabled",
"name": "Enabledd",
"probability_weight": 100
},
{
Expand Down

0 comments on commit 012e614

Please sign in to comment.