Skip to content

fix: change the whatsapp redirect message to richtext (html) #655

fix: change the whatsapp redirect message to richtext (html)

fix: change the whatsapp redirect message to richtext (html) #655

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- '**'
jobs:
##############################################################################
## TEST APPLICATION
##############################################################################
test:
name: Test Application
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test