Skip to content

#2429 - File attachment in chat should show the size (#2435) #1600

#2429 - File attachment in chat should show the size (#2435)

#2429 - File attachment in chat should show the size (#2435) #1600

Workflow file for this run

name: NodeJS with Grunt
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'npm'
- run: npm ci
- run: npm test