Skip to content

Commit

Permalink
chore: fixing differential update test file compilation and adding to…
Browse files Browse the repository at this point in the history
… CI suite (#8076)
  • Loading branch information
mmaietta committed Feb 24, 2024
1 parent 286f0c5 commit 8e51ba5
Show file tree
Hide file tree
Showing 7 changed files with 601 additions and 589 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Test
run: pnpm ci:test
env:
TEST_FILES: masTest,dmgTest,filesTest,macPackagerTest
TEST_FILES: masTest,dmgTest,filesTest,macPackagerTest,differentialUpdateTest
FORCE_COLOR: 1

# Need to separate from other tests because logic is specific to when TOKEN env vars are set
Expand All @@ -85,7 +85,7 @@ jobs:
- name: Test
run: pnpm ci:test
env:
TEST_FILES: nsisUpdaterTest,linuxUpdaterTest,PublishManagerTest
TEST_FILES: nsisUpdaterTest,linuxUpdaterTest,PublishManagerTest,differentialUpdateTest
KEYGEN_TOKEN: ${{ secrets.KEYGEN_TOKEN }}
BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand All @@ -96,7 +96,7 @@ jobs:
strategy:
matrix:
testFiles:
- winCodeSignTest
- winCodeSignTest,differentialUpdateTest
- installerTest,appxTest,msiTest,portableTest,assistedInstallerTest,protonTest
- BuildTest,oneClickInstallerTest,winPackagerTest,nsisUpdaterTest,webInstallerTest
steps:
Expand Down

0 comments on commit 8e51ba5

Please sign in to comment.