diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e865aa6..baf5377 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,6 @@ jobs: with: node-version: '20' - name: Install dependencies - run: npm ci + run: pnpm exec playwright install && pnpm i - name: Run Playwright/BDD tests run: npm run bdd:full diff --git a/README.md b/README.md index 04c72e4..2655841 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AI-Powered Automated Assessment and Feedback Agent -![CI](https://github.com/jcreek/AutomatedAssessmentFeedbackAgent/actions/workflows/ci.yml/badge.svg?branch=main) +![Test Status](https://github.com/jcreek/AutomatedAssessmentFeedbackAgent/actions/workflows/ci.yml/badge.svg?branch=main) > An intelligent, agentic AI system designed to significantly reduce teachers' workloads by providing instant assessment and personalized differentiated feedback and follow-on activities for student assignments.