Skip to content

Commit

Permalink
COPS-3786 Test build
Browse files Browse the repository at this point in the history
  • Loading branch information
arturnetdev committed Jan 13, 2025
1 parent 4ffd495 commit 32dacfa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

- name: Install dependencies
run: |
echo "@picsart:registry=https://gitlab.com/api/v4/packages/npm/" >> .npmrc
echo "//gitlab.com/api/v4/packages/npm/:_authToken=${GITLAB_REG_TOKEN}" >> .npmrc
cd picsart-miro-plugin
npm install
echo "@picsart:registry=https://gitlab.com/api/v4/projects/55597123/packages/npm/" >> .npmrc
echo "//gitlab.com/api/v4/projects/55597123/packages/npm/:_authToken=${GITLAB_REG_TOKEN}" >> .npmrc
cd picsart-miro-plugin
npm install
- name: Run build
run: |
Expand Down

0 comments on commit 32dacfa

Please sign in to comment.