Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
chore: build whole repo due to interconnected deps (#361)
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

* ci: split into separate, independent jobs

* ci: merge mistake
  • Loading branch information
ematipico authored Aug 21, 2024
1 parent 6a7b678 commit 4b76614
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/event-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ jobs:
- name: Get short commit ID
run: echo "SHORT_COMMIT_ID=$(echo ${{ env.COMMIT_ID }} | cut -c 1-7)" >> "$GITHUB_ENV"

- name: Test Netlify
working-directory: packages/netlify
run: |
pnpm link ../../astro/packages/astro
pnpm run build
pnpm run test
test_cloudflare:
runs-on: ubuntu-latest
needs: synchronize
Expand Down

0 comments on commit 4b76614

Please sign in to comment.