diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 8055667..8fa8405 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -51,11 +51,14 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt + - name: Debug Language Variable + run: echo "LANGUAGE is set to ${{ env.LANGUAGE }}" + # Test each mod - name: Test Mod run: | - ls python mod_translate_track.py ${{ matrix.mod }} ${{ env.LANGUAGE }} + # Collect artifacts from the output/ directory - name: Upload Artifacts