Skip to content

Revert back to using actual testmode valid phone number #3

Revert back to using actual testmode valid phone number

Revert back to using actual testmode valid phone number #3

Workflow file for this run

name: CI
on:
push:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: npm install
working-directory: ./_base
- name: Build Next.js app
run: npm run build
working-directory: ./_base