Skip to content

Commit

Permalink
bugfix(function): small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkue committed Nov 6, 2023
1 parent c4db40c commit 85fb67b
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,18 @@ jobs:
TWILIO_SENDER_PHONE: ${{ secrets.TWILIO_TEST_SENDER_PHONE }}
run: npm run functions:test

- name: Run Playwright tests
run: npm run functions:test:playwright

- name: Deploy Playwright Report to GitHub Pages
uses: rossjrw/pr-preview-action@v1
if: always()
with:
source-dir: functions/playwright-report/
preview-branch: gh-pages
umbrella-dir: functions-playwright-report
action: auto
# TODO: re-enable
# - name: Run Playwright tests
# run: npm run functions:test:playwright
#
# - name: Deploy Playwright Report to GitHub Pages
# uses: rossjrw/pr-preview-action@v1
# if: always()
# with:
# source-dir: functions/playwright-report/
# preview-branch: gh-pages
# umbrella-dir: functions-playwright-report
# action: auto

deploy:
name: Deploy functions on Firebase (social-income-staging)
Expand Down

0 comments on commit 85fb67b

Please sign in to comment.