Skip to content

Commit f7c941e

Browse files
committed
Change the item order
1 parent 59b920a commit f7c941e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)