Skip to content

Remove Nuxt reference in extensions and creator #7451

Remove Nuxt reference in extensions and creator

Remove Nuxt reference in extensions and creator #7451

Workflow file for this run

name: check-plugins-build
on:
pull_request:
branches:
- master
env:
TEST_PERSIST_BUILD: true
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '16.20.2'
- name: Setup Verdaccio for publishing testing
run: ./shell/scripts/test-plugins-build-verdaccio.sh
shell: bash
- name: Publish Shell
run: ./shell/scripts/test-plugins-build-publish-shell.sh
shell: bash
- name: Building test environment test-app and test-pkg
run: ./shell/scripts/test-plugins-build-create-extension.sh
shell: bash
- name: Installing clone shell with test-pkg
run: ./shell/scripts/test-plugins-build-install-extension.sh
shell: bash
- name: Upload files
uses: actions/upload-artifact@v3
if: failure()
with:
name: test
path: |
/tmp/tmp.**/test-app
!/tmp/tmp.**/test-app/node_modules/
!/tmp/tmp.**/test-app/pkg/test-pkg/node_modules/
retention-days: 2