diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4a405c8..222492a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: @@ -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