Skip to content

Commit

Permalink
Groups the integration tests for the Cake version parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ecampidoglio committed Sep 28, 2021
1 parent a42ed2f commit 9e10b13
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ jobs:
with:
cake-version: 0.33.0
target: Test-Cake-Version
- name: Run with tool manifest
env:
EXPECTED_CAKE_VERSION: 1.2.0
uses: ./
with:
cake-version: tool-manifest
target: Test-Cake-Version
- name: Run bootstrapping of Cake module
uses: ./
with:
Expand Down Expand Up @@ -67,10 +74,3 @@ jobs:
string-parameter: 'value'
numeric-parameter: 3
boolean-parameter: true
- name: Run with tool manifest
env:
EXPECTED_CAKE_VERSION: 1.2.0
uses: ./
with:
cake-version: tool-manifest
target: Test-Cake-Version

0 comments on commit 9e10b13

Please sign in to comment.