This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Eduardo Herrera
authored and
Eduardo Herrera
committed
Jan 19, 2021
1 parent
c7cba4b
commit f7b8747
Showing
182 changed files
with
2,755 additions
and
3,235 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,30 +2,28 @@ name: Dart CI | |
|
||
on: | ||
push: | ||
branches: [ stable, dev ] | ||
branches: [stable, dev] | ||
pull_request: | ||
branches: [ stable, dev ] | ||
branches: [stable, dev] | ||
|
||
jobs: | ||
|
||
build: | ||
|
||
runs-on: ubuntu-latest | ||
services: | ||
sketch_asset_converter: | ||
image: parabeac/sac | ||
ports: | ||
ports: | ||
- 4000:4000 | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Flutter action | ||
uses: subosito/[email protected] | ||
- name: Install dependencies | ||
run: flutter pub get | ||
- name: Run tests | ||
run: flutter pub run test | ||
env: | ||
FIG_API_KEY: ${{ secrets.FIG_API_KEY }} | ||
PB_IS_GITHUB_TEST: true | ||
- uses: actions/checkout@v2 | ||
- name: Flutter action | ||
uses: subosito/[email protected] | ||
|
||
- name: Install dependencies | ||
run: flutter pub get | ||
- name: Run tests | ||
run: flutter pub run test | ||
env: | ||
FIG_API_KEY: ${{ secrets.FIG_API_KEY }} | ||
PB_IS_GITHUB_TEST: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.