mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 14:31:46 +00:00
add node for doc testing
This commit is contained in:
5
.github/workflows/testing.yml
vendored
5
.github/workflows/testing.yml
vendored
@@ -12,11 +12,16 @@ jobs:
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '16'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r tests-requirements.txt
|
||||
pip install -r requirements.txt
|
||||
npm install -g remark-cli remark-validate-links
|
||||
- name: Run sequential tests
|
||||
run: |
|
||||
./tests.sh
|
||||
|
||||
Reference in New Issue
Block a user