Skip to content

Commit

Permalink
Add dry-run test
Browse files Browse the repository at this point in the history
  • Loading branch information
kzrnm committed Mar 31, 2024
1 parent 7290070 commit 03fa891
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
operating-system:
[ubuntu-latest, windows-latest, macos-latest, macos-13, macos-14]
channel: [stable, beta, master]
dry-run: ["true", "false"]
include:
- operating-system: ubuntu-latest
channel: main
Expand All @@ -39,6 +40,7 @@ jobs:
uses: ./
with:
channel: ${{ matrix.channel }}
dry-run: ${{ matrix.dry-run }}
- name: Echo outputs
run: |
echo RUNNER-OS=${{ runner.os }}
Expand All @@ -51,8 +53,10 @@ jobs:
echo ARCHITECTURE=${{ steps.flutter-action.outputs.ARCHITECTURE }}
shell: bash
- run: dart --version
if: ${{ matrix.dry-run != 'true' }}
shell: bash
- run: flutter --version
if: ${{ matrix.dry-run != 'true' }}
shell: bash

test_cache:
Expand Down

0 comments on commit 03fa891

Please sign in to comment.