Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen-egov authored Jan 16, 2024
1 parent 35dfae0 commit 0bd3119
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ jobs:
run: flutter --disable-telemetry

- name: Navigate to Root Folder
run: ${{ github.workspace }}
cd flutter/digit-ui-components/example
run: cd /home/runner/work/DIGIT-UI-LIBRARIES/DIGIT-UI-LIBRARIES/flutter/digit-ui-components/example


- name: Install Dependencies
run: ${{ github.workspace }}
flutter pub get
run: flutter pub get

- name: Run Tests
run: flutter test

0 comments on commit 0bd3119

Please sign in to comment.