Skip to content

New translations global.json (Spanish) #1138

New translations global.json (Spanish)

New translations global.json (Spanish) #1138

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/[email protected]
with:
bun-version: latest
# Runs any test scripts
- name: Unit Tests
run: |
cp .env.example .env
bun install
bun run test
env:
CI: true