Skip to content

Commit

Permalink
fix: Reactivating bitbucket integration test for nsis updater (#6680)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Feb 27, 2022
1 parent bf0382e commit 6fcd477
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -85,7 +85,7 @@ jobs:
env:
TEST_FILES: nsisUpdaterTest
KEYGEN_TOKEN: ${{ secrets.KEYGEN_TOKEN }}
# BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}
BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
FORCE_COLOR: 1

Expand Down
2 changes: 1 addition & 1 deletion packages/app-builder-lib/scheme.json
Expand Up @@ -5647,7 +5647,7 @@
]
},
"certificateSubjectName": {
"description": "The name of the subject of the signing certificate. Required only for EV Code Signing and works only on Windows (or on macOS if [Parallels Desktop](https://www.parallels.com/products/desktop/) Windows 10 virtual machines exits).",
"description": "The name of the subject of the signing certificate, which is often labeled with the field name `issued to`. Required only for EV Code Signing and works only on Windows (or on macOS if [Parallels Desktop](https://www.parallels.com/products/desktop/) Windows 10 virtual machines exits).",
"type": [
"null",
"string"
Expand Down
24 changes: 24 additions & 0 deletions test/snapshots/updater/nsisUpdaterTest.js.snap
Expand Up @@ -112,6 +112,30 @@ Object {
}
`;

exports[`file url bitbucket 1`] = `
Object {
"files": Array [
Object {
"sha512": "jgS5EI08u/fsS9XfqpJtmV2ctAFQF+6BQjGUZmWq93Nyg+Z/aPxQT0zkCWPaCdIqJdEDHB91JjYquK/tS3fcDw==",
"size": 69549503,
"url": "electron-quick-start-typescript-1.0.0-x64.exe",
},
],
"path": "electron-quick-start-typescript-1.0.0-x64.exe",
"releaseDate": "2022-02-26T18:50:44.444Z",
"sha512": "jgS5EI08u/fsS9XfqpJtmV2ctAFQF+6BQjGUZmWq93Nyg+Z/aPxQT0zkCWPaCdIqJdEDHB91JjYquK/tS3fcDw==",
"version": "1.0.0",
}
`;

exports[`file url bitbucket 2`] = `
Array [
"checking-for-update",
"update-available",
"update-downloaded",
]
`;

exports[`file url generic - manual download 1`] = `
Object {
"files": Array [
Expand Down

0 comments on commit 6fcd477

Please sign in to comment.