mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
chore(github): update integration workflow
This commit is contained in:
10
.github/workflows/integration.yml
vendored
10
.github/workflows/integration.yml
vendored
@@ -26,6 +26,9 @@ jobs:
|
||||
name: benjamincanac/app-ui3
|
||||
ref: refs/heads/main
|
||||
|
||||
- name: Set short SHA
|
||||
run: echo "COMMIT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
|
||||
@@ -36,7 +39,7 @@ jobs:
|
||||
cache: pnpm
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install https://pkg.pr.new/@nuxt/ui@${git rev-parse --short HEAD}
|
||||
run: pnpm install https://pkg.pr.new/@nuxt/ui@${{ env.COMMIT }}
|
||||
|
||||
- name: Typecheck
|
||||
run: pnpm run typecheck
|
||||
@@ -63,6 +66,9 @@ jobs:
|
||||
name: benjamincanac/app-ui3-vue
|
||||
ref: refs/heads/main
|
||||
|
||||
- name: Set short SHA
|
||||
run: echo "COMMIT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
|
||||
@@ -73,7 +79,7 @@ jobs:
|
||||
cache: pnpm
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install https://pkg.pr.new/@nuxt/ui@${git rev-parse --short HEAD}
|
||||
run: pnpm install https://pkg.pr.new/@nuxt/ui@${{ env.COMMIT }}
|
||||
|
||||
- name: Typecheck
|
||||
run: pnpm run typecheck
|
||||
|
||||
Reference in New Issue
Block a user