Skip to content

chore: allow default locale to be configured with env.DEFAULT_LOCALE #1089

chore: allow default locale to be configured with env.DEFAULT_LOCALE

chore: allow default locale to be configured with env.DEFAULT_LOCALE #1089

Workflow file for this run

name: "Push Testing"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest]
steps:
# Checks out git
- uses: actions/checkout@v4
with:
fetch-depth: 0
# Sets Bun.js up
- name: Use Bun.js
uses: oven-sh/setup-bun@v1
# Runs any test scripts
- name: Unit Tests
run: |
bun install
bun run test
env:
CI: true