Skip to content

COPS-3786 Test build #8

COPS-3786 Test build

COPS-3786 Test build #8

Workflow file for this run

name: Auto Build
on:
push:
branches:
- 'COPS-3786'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '22'
- name: Install dependencies
run: |
cd picsart-miro-plugin
echo "@picsart:registry=https://gitlab.com/api/v4/packages/npm/" >> .npmrc
echo "//gitlab.com/api/v4/packages/npm/:_authToken=${GITLAB_REG_TOKEN}" >> .npmrc
npm install
- name: Run build
run: |
cd picsart-miro-plugin
npm run build