File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,23 +42,23 @@ jobs:
4242 runs-on : ${{ matrix.os }}
4343 steps :
4444 - uses : actions/checkout@v4
45- - uses : actions/setup-python@v5
46- with :
47- python-version : ${{ matrix.python-version }}
4845 - uses : actions/setup-node@v4
4946 with :
5047 node-version : ${{ matrix.node-version }}
5148 cache : npm
5249 - name : Install Node dependencies
5350 run : npm install
54- - name : Install project
55- run : make install
56- - name : Run tests
57- run : make test
5851 - name : Show Node Dependency Versions
5952 run : node -e 'console.log(process.versions)'
6053 - name : Show Directroy Tree
6154 run : tree
55+ - uses : actions/setup-python@v5
56+ with :
57+ python-version : ${{ matrix.python-version }}
58+ - name : Install project
59+ run : make install
60+ - name : Run tests
61+ run : make test
6262 - name : " Upload coverage to Codecov"
6363 uses : codecov/codecov-action@v4
6464 # with:
You can’t perform that action at this time.
0 commit comments