Skip to content

Commit

Permalink
Test each distribution once without cached distribution directory (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Feb 7, 2022
1 parent aea59dc commit 9778c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/template/test.yml
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -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)"
Expand Down

0 comments on commit 9778c76

Please sign in to comment.