Skip to content

Commit

Permalink
remove the check for clean repo workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoaguirre committed Jan 17, 2025
1 parent 32c9307 commit 2e546a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
with:
node-version: 20.x
cache: "pnpm"
# Genkit client is required to test flow server e2e tests
- name: Install Genkit client
run: npm install genkit
- name: Install dependencies
Expand All @@ -46,5 +47,3 @@ jobs:
run: pnpm test:js
- name: Run e2e tests
run: pnpm test:e2e
- name: Validate working directory is clean
run: .github/workflows/scripts/ensure-clean-working-tree.sh

0 comments on commit 2e546a0

Please sign in to comment.