Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: updating meet our team page #426

Merged
merged 10 commits into from
May 5, 2023
22 changes: 11 additions & 11 deletions .github/actions/microapp/action.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
name: 'Build Micro-app'
description: 'Workflow for building an microapp'
name: "Build Micro-app"
description: "Workflow for building an microapp"
inputs:
path:
description: 'The path to the microapp'
description: "The path to the microapp"
required: true
default: '.'
default: "."
runs:
using: "composite"
steps:
- name: Install
shell: bash
working-directory: ${{ inputs.path }}
run: |
npm install -g pnpm
npm install -g pnpm@6
pnpm install --filter .

# - name: Test
# shell: bash
# working-directory: ${{ inputs.path }}
# run: |
# npm run test-all
# - name: Test
# shell: bash
# working-directory: ${{ inputs.path }}
# run: |
# npm run test-all

- name: build
shell: bash
working-directory: ${{ inputs.path }}
run: |
pnpm run build
pnpm run build
2,252 changes: 1,161 additions & 1,091 deletions apps/campus/pnpm-lock.yaml

Large diffs are not rendered by default.

Loading