Skip to content

Commit

Permalink
Fix pr action
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Jul 28, 2023
1 parent 6ead06c commit ea08d15
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/pr-workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: PR Checks
on:
# pull_request:
push:
pull_request:
branches:
- '*'

Expand Down Expand Up @@ -30,12 +29,12 @@ jobs:
cd iosApp
swiftlint
# - name: Create Firebase json
# run: |
# echo "$FIREBASE_JSON" > androidApp/google-services.json.b64
# base64 -d -i androidApp/google-services.json.b64 > androidApp/google-services.json
# env:
# FIREBASE_JSON: ${{ secrets.FIREBASE_JSON }}
#
# - name: Run Checks
# run: ./gradlew check
- name: Create Firebase json
run: |
echo "$FIREBASE_JSON" > androidApp/google-services.json.b64
base64 -d -i androidApp/google-services.json.b64 > androidApp/google-services.json
env:
FIREBASE_JSON: ${{ secrets.FIREBASE_JSON }}

- name: Run Checks
run: ./gradlew check

0 comments on commit ea08d15

Please sign in to comment.