Skip to content

feat(file-sharing): [closes #308] scale shared images to fit #973

feat(file-sharing): [closes #308] scale shared images to fit

feat(file-sharing): [closes #308] scale shared images to fit #973

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
test_and_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm test
- name: 'Build web app artifacts'
run: npm run build
- uses: actions/upload-artifact@v4
with:
name: build-output
path: dist