Skip to content

Commit

Permalink
Merge pull request #346 from avinyafoundation/main
Browse files Browse the repository at this point in the history
attendance summery report changes added
  • Loading branch information
YujithIsura authored Mar 15, 2024
2 parents da5d457 + 9c3e957 commit c6d3277
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main_avinyawebapp-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d
with:
channel: master
flutter-version: '3.16.8'
- run: flutter doctor -v

- name: Set up Node.js version
Expand All @@ -33,6 +34,7 @@ jobs:
- name: Get Flutter dependencies
run: |
cd campus/frontend
flutter clean
flutter pub get
- name: Build Flutter app
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/main_avinyawebapp-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: '3.16.8'
- run: flutter doctor -v

- name: Set up Node.js version
Expand All @@ -33,6 +34,8 @@ jobs:
- name: Get Flutter dependencies
run: |
cd campus/frontend
flutter clean
flutter pub outdated
flutter pub get
- name: Build Flutter app
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main_avinyawebapp-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Get Flutter dependencies
run: |
cd campus/frontend
flutter clean
flutter pub get
- name: Build Flutter app
Expand Down
2 changes: 1 addition & 1 deletion campus/bffs/attendance/api/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http"
version = "2.8.3"
version = "2.8.5"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down
2 changes: 1 addition & 1 deletion campus/bffs/profile/api/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http"
version = "2.8.3"
version = "2.8.5"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down

0 comments on commit c6d3277

Please sign in to comment.