Skip to content

Commit

Permalink
updated github action
Browse files Browse the repository at this point in the history
  • Loading branch information
deveshsangwan committed Jan 27, 2024
1 parent c58a8a9 commit 080fbb2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ jobs:
- uses: actions/checkout@v4
- name: Install Firebase CLI
run: npm install -g firebase-tools
- name: Authenticate Firebase CLI
run: firebase login --non-interactive --token ${{ secrets.FIREBASE_TOKEN }}
- name: Deploy Firebase Functions
run: firebase deploy --only functions --project powerplay-devpp
run: firebase deploy --only functions --project powerplay-devpp --token ${{ secrets.FIREBASE_TOKEN }}
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: Run Tests
run: npm run test:coverage

- name: Commit coverage badge
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add README.md
git commit -m "Update coverage badge" -a
# git push
# - name: Commit coverage badge
# run: |
# git config --local user.email "[email protected]"
# git config --local user.name "GitHub Action"
# git add README.md
# git commit -m "Update coverage badge" -a
# git push

0 comments on commit 080fbb2

Please sign in to comment.