From 9778c76e78d5e6821ec41d58d4fde922090654c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kautler?= Date: Mon, 7 Feb 2022 03:18:31 +0100 Subject: [PATCH] Test each distribution once without cached distribution directory (#17) --- .github/workflows/template/test.yml | 1 + .github/workflows/test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/template/test.yml b/.github/workflows/template/test.yml index 2ed4a8c1..fd31ee4a 100644 --- a/.github/workflows/template/test.yml +++ b/.github/workflows/template/test.yml @@ -336,6 +336,7 @@ jobs: id: execute_action1 with: distribution: ${{ matrix.distribution.id }} + use-cache: false - <<: *test_wsl-bash_should_be_available_as_custom_shell name: Test - wsl-bash should fail if bash is not present by default (provocation) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8de2db78..917eec9f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -238,6 +238,7 @@ jobs: uses: "./" with: "distribution": "${{ matrix.distribution.id }}" + "use-cache": "false" - id: "no_default_bash_provocation" if: "matrix.distribution.id == 'Alpine'" name: "Test - wsl-bash should fail if bash is not present by default (provocation)"