Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔧 Maintenance: remove Jest/npm/node Versions from Makefiles #1607

Closed
Weltraumschaf opened this issue Feb 22, 2023 · 0 comments · Fixed by #1789
Closed

🔧 Maintenance: remove Jest/npm/node Versions from Makefiles #1607

Weltraumschaf opened this issue Feb 22, 2023 · 0 comments · Fixed by #1789
Assignees
Labels
ci Changes to the continuous integration setup
Milestone

Comments

@Weltraumschaf
Copy link
Member

Weltraumschaf commented Feb 22, 2023

We have versions for Jest/npm/node in Makefiles/CI-YAMLs. This is error prone.

  • Can we simply use npm build ... to execute the tests with Jest verison from package.json?
  • Can we use nvm instead of versions in Env-Vars?
@Weltraumschaf Weltraumschaf added the ci Changes to the continuous integration setup label Feb 22, 2023
@rseedorff rseedorff changed the title Remove Jest/npm/node Versions from Makefiles 🔧 Maintenance: remove Jest/npm/node Versions from Makefiles Mar 7, 2023
@rseedorff rseedorff added this to the v4.1.0 milestone Mar 27, 2023
@Ilyesbdlala Ilyesbdlala self-assigned this Jun 30, 2023
Ilyesbdlala added a commit that referenced this issue Jul 4, 2023
this allows running npm run test:unit or npm test:integration in the makefiles instead of npx
giving the specific jest version is no longer required. package.json is instead used

Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
Ilyesbdlala added a commit that referenced this issue Jul 4, 2023
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
Ilyesbdlala added a commit that referenced this issue Jul 4, 2023
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
Ilyesbdlala added a commit that referenced this issue Jul 4, 2023
… extractor

Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
Ilyesbdlala added a commit that referenced this issue Jul 4, 2023
i.e ~/tests/integration/package.json
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
Ilyesbdlala added a commit that referenced this issue Jul 4, 2023
…ing-scan hook

Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
J12934 pushed a commit that referenced this issue Jul 10, 2023
this allows running npm run test:unit or npm test:integration in the makefiles instead of npx
giving the specific jest version is no longer required. package.json is instead used

Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
J12934 pushed a commit that referenced this issue Jul 10, 2023
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
J12934 pushed a commit that referenced this issue Jul 10, 2023
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
J12934 pushed a commit that referenced this issue Jul 10, 2023
… extractor

Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
J12934 pushed a commit that referenced this issue Jul 10, 2023
i.e ~/tests/integration/package.json
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
J12934 pushed a commit that referenced this issue Jul 10, 2023
…ing-scan hook

Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Changes to the continuous integration setup
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants