Skip to content

Commit

Permalink
inherit secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Ableytner committed Mar 13, 2024
1 parent 9882240 commit 2772ee6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/run-pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ jobs:
uses: ./.github/workflows/define-pylint.yml
with:
python-version: ${{ matrix.python-version }}
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ jobs:
uses: ./.github/workflows/define-pytest.yml
with:
python-version: ${{ matrix.python-version }}
secrets: inherit
2 changes: 1 addition & 1 deletion mcserverwrapper/test/test_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
run_vanilla_test_url, run_vanilla_test
from .testable_thread import TestableThread

def test_all_vanilla(jar_version_tuple):
def _test_all_vanilla(jar_version_tuple):
"""Tests all of the vanilla minecraft versions"""

url, name = jar_version_tuple
Expand Down

0 comments on commit 2772ee6

Please sign in to comment.