Skip to content

Commit

Permalink
VALIDATOR: Removed monorepo deps build from Build to Test job
Browse files Browse the repository at this point in the history
  • Loading branch information
crisconru committed Jun 16, 2024
1 parent 65a9b35 commit fb36cd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: 📥 Install Dependencies
run: npm install

- name: 🛠️ Build monorepo deps
run: npm run valibot:numbers:build && npm run zod:numbers:build

- name: 🧑‍🔬 Tests
run: "npm run validator:test"

Expand All @@ -53,9 +56,6 @@ jobs:
- name: 📥 Install Dependencies
run: npm install

- name: 🛠️ Build monorepo deps
run: npm run valibot:numbers:build && npm run zod:numbers:build

- name: 🛠️ Build
run: npm run validator:build

Expand Down

0 comments on commit fb36cd9

Please sign in to comment.