Skip to content

Commit

Permalink
Revert for now
Browse files Browse the repository at this point in the history
  • Loading branch information
LagoLunatic committed Jun 20, 2024
1 parent 716813c commit 95496e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
artifact: linux
reqs_file: requirements_full.txt

container: ghcr.io/lagolunatic/wwrando-test-files:main

runs-on: ${{ matrix.os }}

env:
Expand Down Expand Up @@ -65,13 +63,8 @@ jobs:
if: runner.os == 'Linux'
run: |
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX
- name: Extract test files
uses: edgarrc/action-7z@v1
with:
args: 7z x /wwrando-files/GZLE01-stripped.7z -o/wwrando-files/
- name: Prepare test env vars
run: |
echo "WW_GZLE01_STRIPPED_PATH=/wwrando-files/WW Stripped ISO.iso" > .env
echo "WW_RANDO_OUTPUT_DIR=/wwrando-output" > .env
- name: Test with pytest
run: |
Expand Down
8 changes: 4 additions & 4 deletions test/test_save.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def rando_with_options(options) -> WWRandomizer:
os.makedirs(rando_kwargs["randomized_output_folder"], exist_ok=True)
return WWRandomizer(**rando_kwargs)

def test_default_options():
options = Options()
rando = rando_with_options(options)
rando.randomize_all()
# def test_default_options():
# options = Options()
# rando = rando_with_options(options)
# rando.randomize_all()

0 comments on commit 95496e6

Please sign in to comment.