Skip to content

Commit

Permalink
chore: build whole repo due to interconnected deps (#359)
Browse files Browse the repository at this point in the history
* chore: build whole repo due to interconnected deps

* ci: try to link using relative path
  • Loading branch information
ematipico authored Aug 21, 2024
1 parent 95c3a81 commit 9c4712f
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/event-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,20 @@ jobs:
pnpm install
pnpm run build
- name: Install dependencies, link Astro and build
- name: Install dependencies
run: |
pnpm install
pnpm link astro/packages/astro
- name: Test Cloudflare
working-directory: packages/cloudflare
run: |
pnpm link ../../astro/packages/astro
pnpm run build
pnpm run test
- name: Run tests
run: pnpm test
- name: Test Netlify
working-directory: packages/netlify
run: |
pnpm link ../../astro/packages/astro
pnpm run build
pnpm run test

0 comments on commit 9c4712f

Please sign in to comment.