mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-03 18:28:13 +01:00
swtiching the runner to be ubuntu and adding a failing test case
This commit is contained in:
parent
59eb876b06
commit
27ab3193c9
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
browser:
|
browser:
|
||||||
runs-on: windows-latest
|
runs-on: ubuntu-latest
|
||||||
needs: setup
|
needs: setup
|
||||||
env:
|
env:
|
||||||
REPO_URL: ${{ needs.setup.outputs.repo_url }}
|
REPO_URL: ${{ needs.setup.outputs.repo_url }}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"message": "Bitwarden"
|
"message": "Bitwarden"
|
||||||
},
|
},
|
||||||
"extName": {
|
"extName": {
|
||||||
"message": "Bitwarden - Free Password Manager",
|
"message": "Bitwarden - Free Password Manager (longer than 40 characters for a test)",
|
||||||
"description": "Extension name, MUST be less than 40 characters (Safari restriction)"
|
"description": "Extension name, MUST be less than 40 characters (Safari restriction)"
|
||||||
},
|
},
|
||||||
"extDesc": {
|
"extDesc": {
|
||||||
|
Loading…
Reference in New Issue
Block a user