Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
* update mac node
* disable header check for files without MIT license
* fix path in windows tests
* fix path in mac tests

Contributed on behalf of STMicroelectronics

Signed-off-by: Johannes Faltermeier <[email protected]>
  • Loading branch information
jfaltermeier committed Aug 13, 2024
1 parent 90350c6 commit fddcf9a
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2019, ubuntu-latest, macos-11]
os: [windows-2019, ubuntu-latest, macos-12]
node: ['20.x']

runs-on: ${{ matrix.os }}
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Use Python 3.x
uses: actions/setup-python@v4
with:
python-version: '3.10.8'
python-version: '3.11'

- name: Build and package
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions applications/electron/test/app.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function getElectronMainJS() {
return path.join(
distFolder,
'mac',
'TheiaIDE.app',
'CDTCloudBlueprint.app',
'Contents',
'Resources',
'app',
Expand Down Expand Up @@ -91,7 +91,7 @@ function getBinaryPath() {
return path.join(
distFolder,
'win-unpacked',
'CDTCloudBlueprintSetup.exe'
'CDTCloudBlueprint.exe'
);
case 'darwin':
return path.join(
Expand Down
1 change: 1 addition & 0 deletions scripts/tracecompass-server-download.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/tslint/config */
/********************************************************************************
* Copyright (C) 2022 EclipseSource and others.
*
Expand Down
1 change: 1 addition & 0 deletions scripts/tracecompass-server.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/tslint/config */
/********************************************************************************
* Copyright (C) 2022 EclipseSource and others.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/tslint/config */
/********************************************************************************
* Copyright (C) 2022 STMicroelectronics and others.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/tslint/config */
/********************************************************************************
* Copyright (C) 2023 STMicroelectronics and others.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/tslint/config */
/********************************************************************************
* Copyright (C) 2022 STMicroelectronics and others.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/tslint/config */
/********************************************************************************
* Copyright (C) 2022 STMicroelectronics and others.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/tslint/config */
/********************************************************************************
* Copyright (C) 2022 STMicroelectronics and others.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/tslint/config */
/********************************************************************************
* Copyright (C) 2023 STMicroelectronics and others.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/tslint/config */
/********************************************************************************
* Copyright (C) 2022 STMicroelectronics and others.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/tslint/config */
/********************************************************************************
* Copyright (C) 2023 STMicroelectronics and others.
*
Expand Down
1 change: 1 addition & 0 deletions theia-extensions/blueprint-examples/src/browser/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/tslint/config */
/********************************************************************************
* Copyright (C) 2023 STMicroelectronics and others.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/tslint/config */
/********************************************************************************
* Copyright (C) 2023 STMicroelectronics and others.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/tslint/config */
/********************************************************************************
* Copyright (C) 2022 STMicroelectronics and others.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/tslint/config */
/********************************************************************************
* Copyright (C) 2023 STMicroelectronics and others.
*
Expand Down

0 comments on commit fddcf9a

Please sign in to comment.