Skip to content

Commit

Permalink
fix: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Mastersam07 committed Sep 23, 2024
1 parent e3e1335 commit 4f9b5b4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conferenceapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
build-number: ${{ github.event.inputs.build-number }}
build-version: ${{ github.event.inputs.build-version }}
secrets:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
CREDENTIAL_FILE_CONTENT: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
FIREBASE_APP_ID: ${{ secrets.FIREBASE_APP_ID }}

# ios-build:
Expand Down
27 changes: 27 additions & 0 deletions .github/workflows/shared-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@ jobs:
key: ${{ runner.os }}-pub-${{ hashFiles('packages/${{ inputs["package-name"] }}/pubspec.yaml') }}
restore-keys: |
${{ runner.os }}-pub-
- name: Enable melos
run: dart pub global activate melos

- name: Get packages
run: melos bootstrap

- name: Generate Files
run: melos generate

- name: Install dependencies
run: flutter pub get
Expand Down Expand Up @@ -118,6 +127,15 @@ jobs:
uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.3'

- name: Enable melos
run: dart pub global activate melos

- name: Get packages
run: melos bootstrap

- name: Generate Files
run: melos generate

- name: Install dependencies
run: flutter pub get
Expand Down Expand Up @@ -168,6 +186,15 @@ jobs:
# with:
# flutter-version: '3.24.3'

# - name: Enable melos
# run: dart pub global activate melos

# - name: Get packages
# run: melos bootstrap

# - name: Generate Files
# run: melos generate

# - name: Install dependencies
# run: flutter pub get
# working-directory: packages/${{ inputs['package-name'] }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/volunteerapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
build-number: ${{ github.event.inputs.build-number }}
build-version: ${{ github.event.inputs.build-version }}
secrets:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
CREDENTIAL_FILE_CONTENT: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
FIREBASE_APP_ID: ${{ secrets.FIREBASE_APP_ID }}

# ios-build:
Expand Down

0 comments on commit 4f9b5b4

Please sign in to comment.