Skip to content

Commit

Permalink
Add names to stages
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Mar 5, 2024
1 parent 28a9eea commit cb2b1de
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:

steps:
- uses: actions/[email protected]
- run: |
- name: Preload Flutter
run: |
mkdir -p /flutter
git clone https://github.com/flutter/flutter.git -b stable /flutter
export PATH="$PATH:/flutter/bin"
Expand All @@ -32,9 +33,12 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "Dash"
- run: |
- name: Get dependencies
run: |
cd test
dart pub get
- run: |
- name: Run tests
run: |
cd test
dart run test -j 1

0 comments on commit cb2b1de

Please sign in to comment.