diff --git a/.github/workflows/isolated_test.yml b/.github/workflows/isolated_test.yml index 060278d..9ef5266 100644 --- a/.github/workflows/isolated_test.yml +++ b/.github/workflows/isolated_test.yml @@ -6,7 +6,7 @@ on: description: "Run in debug mode." type: boolean required: false - default: false + default: true env: DEBUG: ${{ github.event.inputs.debug || false }} @@ -34,9 +34,4 @@ jobs: with: packages: python3-tk version: ${{ github.run_id }}-${{ github.run_attempt }}-regression_98_v2 - debug: true - - name: Verify - run: | - ls -al ~/cache-apt-pkgs - cat ~/cache-apt-pkgs/install.log - shell: bash \ No newline at end of file + debug: true \ No newline at end of file