Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Update aganders/headless-gui to silence nodejs warning #188

Merged
merged 1 commit into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
python -m pip install pytest pytest-cookies tox

- name: Test
uses: aganders3/headless-gui@v1
uses: aganders3/headless-gui@v2
with:
run: python -m pytest -s -v --color=yes
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

# this runs the platform-specific tests declared in tox.ini
- name: Test with tox
uses: aganders3/headless-gui@v1
uses: aganders3/headless-gui@v2
with:
run: python -m tox
env:
Expand Down