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