Skip to content

Merge pull request #93 from baijii/fix-translations-of-email #141

Merge pull request #93 from baijii/fix-translations-of-email

Merge pull request #93 from baijii/fix-translations-of-email #141

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [19.x]
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test
env:
CI: true