From 5629501372c2988f5fdef1ffc160e2667b759160 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Thu, 24 Apr 2025 19:41:06 +0100 Subject: [PATCH] build(*): Update dependency install --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.