Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli committed Feb 1, 2024
1 parent ca052d4 commit 7a99092
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,20 @@ on:
jobs:
test_mix_repo:
runs-on: ubuntu-latest
name: Test Mix Repo
name: Test remix Repo
steps:
- name: Checkout mix repo
uses: actions/checkout@v2
with:
path: main

- name: Checkout remix_ui repo
uses: actions/checkout@v2
with:
repository: conceptadev/remix_ui
path: remix

- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: "stable"

- run: cd main && flutter pub get
- run: flutter pub get

- uses: axel-op/dart-package-analyzer@v3
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
relativePath: main

- run: cd main && flutter test
- run: flutter test

0 comments on commit 7a99092

Please sign in to comment.