Skip to content

i18n test

i18n test #89

Workflow file for this run

# .github/workflows/release.yml
name: Test app
on:
push:
jobs:
build:
runs-on: macos-latest
steps:
- name: Github checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Remove package-lock.json
uses: JesseTG/[email protected]
with:
path: ./package-lock.json
- name: Install Dependencies
run: npm i
- name: Run tests
run: npm test