mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Utilise npm install plutôt que npm ci (workaround temporaire)
This commit is contained in:
parent
31f94a93d9
commit
bc01dd519f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- name: Install Dependencies, lint and Run Tests
|
- name: Install Dependencies, lint and Run Tests
|
||||||
run: |
|
run: |
|
||||||
echo "Installing dependencies..."
|
echo "Installing dependencies..."
|
||||||
npm ci
|
npm install
|
||||||
echo "Running ESLint..."
|
echo "Running ESLint..."
|
||||||
npx eslint .
|
npx eslint .
|
||||||
echo "Running tests..."
|
echo "Running tests..."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue