Skip to content

Commit

Permalink
Fixup node config
Browse files Browse the repository at this point in the history
  • Loading branch information
elchupanebrej committed Oct 29, 2024
1 parent 9fd4064 commit 70d5877
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "*"
- name: Install PyPi dependencies
run: |
python -m pip install --upgrade pip
pip install -U setuptools
pip install "tox>=4.0" "tox-gh-actions>=3.2" codecov
- name: Install npm dependencies
run: npm install
run: npm install --global
- name: Test with tox
run: |
tox
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "pytest_bdd_ng",
"dependencies": {
"@cucumber/html-formatter": "*",
"cucumber-html-reporter": "*"
Expand Down

0 comments on commit 70d5877

Please sign in to comment.