mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Compare commits
No commits in common. "3c9a11e668d02cb41d780a524ea49ec61ba26328" and "63a313172925978b29db44951769915e33aeaef0" have entirely different histories.
3c9a11e668
...
63a3131729
1 changed files with 1 additions and 4 deletions
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
|
@ -23,11 +23,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install Dependencies, lint and Run Tests
|
- name: Install Dependencies, lint and Run Tests
|
||||||
run: |
|
run: |
|
||||||
echo "Installing dependencies..."
|
|
||||||
npm ci
|
npm ci
|
||||||
echo "Running ESLint..."
|
npx eslint .
|
||||||
npx eslint .
|
|
||||||
echo "Running tests..."
|
|
||||||
npm test
|
npm test
|
||||||
working-directory: ${{ matrix.directory }}
|
working-directory: ${{ matrix.directory }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue