Skip to content

Commit

Permalink
chore: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdLab committed Aug 24, 2023
1 parent 90f41e6 commit 3589ede
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rapid_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: stable
architecture: x64
cache: true
cache-key: "flutter-:os:-:channel:-:version:-:arch:"

Expand Down Expand Up @@ -157,6 +158,7 @@ jobs:
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: stable
architecture: x64
cache: true
cache-key: "flutter-:os:-:channel:-:version:-:arch:"

Expand Down Expand Up @@ -186,6 +188,7 @@ jobs:
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: stable
architecture: x64
cache: true
cache-key: "flutter-:os:-:channel:-:version:-:arch:"

Expand Down
4 changes: 4 additions & 0 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ scripts:
git push --force origin dev
description: Reset dev to main branch. (This must be run from dev branch)

github:actions:local:
run: act -W ./.github/workflows/rapid_cli.yaml -P macos-latest=-self-hosted
description: Runs GitHub Actions locally (requires macOS and `act` which can be installed via `brew install act`)

test:
exec: flutter test test/src
description: Run `flutter test test/src` in a package.
Expand Down

0 comments on commit 3589ede

Please sign in to comment.