Skip to content

Commit c785524

Browse files
committed
Fix bad merge
- restore accidental deletion from changelog conflict - remove steps no longer needed in Electron build Contributed on behalf of STMicroelectronics. Signed-off-by: Christian W. Damus <[email protected]>
1 parent 4cc485d commit c785524

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/performance-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
shell: bash
3030
run: |
3131
yarn --skip-integrity-check --network-timeout 100000 --ignore-engines
32-
npx electron-replace-ffmpeg
33-
npx electron-codecs-test
3432
yarn build:examples
3533
env:
3634
NODE_OPTIONS: --max_old_space_size=4096

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
- [repo] upgraded `minimatch` from `v3.0.4` to `v5.1.0` [#11820](https://github.com/eclipse-theia/theia/pull/11820)
4040
- [repo] upgraded the `lerna` from `v5.5.4` to `v6.0.1` [#11820](https://github.com/eclipse-theia/theia/pull/11820)
4141
- [repo] upgraded the `mocha` dependency and configurations from `^7.0.0` to `^10.1.0` [#11820](https://github.com/eclipse-theia/theia/pull/11820)
42+
- [tasks] added support for `reevaluateOnRerun` run option [#11759](https://github.com/eclipse-theia/theia/pull/11759) - Contributed on behalf of STMicroelectronics
4243

4344
<a name="breaking_changes_1.32.0">[Breaking Changes:](#breaking_changes_1.32.0)</a>
4445

0 commit comments

Comments
 (0)