Skip to content

Commit e484578

Browse files
committed
hey
1 parent 98cae8d commit e484578

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of REANA.
2-
# Copyright (C) 2020, 2022, 2024 CERN.
2+
# Copyright (C) 2020, 2022, 2024, 2025 CERN.
33
#
44
# REANA is free software; you can redistribute it and/or modify it
55
# under the terms of the MIT License; see LICENSE file for more details.
@@ -103,7 +103,7 @@ jobs:
103103
run: corepack enable && yarn set version 4.6.0
104104

105105
- name: Install eslint
106-
run: yarn add eslint
106+
run: yarn dlx eslint
107107

108108
- name: Run prettier code formatter
109109
run: ./run-tests.sh --check-lint
@@ -123,7 +123,7 @@ jobs:
123123
run: corepack enable && yarn set version 4.6.0
124124

125125
- name: Install project dependencies
126-
run: yarn
126+
run: yarn install --immutable
127127

128128
- name: Run JavaScript tests
129129
run: ./run-tests.sh --check-js-tests

run-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ check_prettier () {
6060
}
6161

6262
check_js_tests () {
63-
(cd reana-ui && yarn && yarn test --ci --passWithNoTests)
63+
(cd reana-ui && yarn test --ci --passWithNoTests)
6464
}
6565

6666
check_dockerfile () {

0 commit comments

Comments
 (0)