Skip to content

Bump crowdin/github-action from 2.16.2 to 2.17.0 (#3016) #206

Bump crowdin/github-action from 2.16.2 to 2.17.0 (#3016)

Bump crowdin/github-action from 2.16.2 to 2.17.0 (#3016) #206

Workflow file for this run

name: test
on:
push:
branches:
- long_lived/**
- main
- release/**
tags:
- "**"
pull_request:
branches:
- "**"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v7
with:
# Use node version from '.nvmrc' instead of hardcoding here
node-version-file: ".nvmrc"
- name: npm ci
run: npm ci
- name: npm run build:ci
run: npm run build:ci
- name: Run tests
run: npm run test