From 427f436e256ebc19664fe1d7b71520b8c76fbc3b Mon Sep 17 00:00:00 2001 From: Irtaza Akram <51848298+irtazaakram@users.noreply.github.com> Date: Thu, 9 May 2024 16:48:58 +0500 Subject: [PATCH] chore: update actions runner (#34731) * fix: update actions runner --- scripts/ci-runner.Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/ci-runner.Dockerfile b/scripts/ci-runner.Dockerfile index 291f1d33d32f..bbe7ef16dbab 100644 --- a/scripts/ci-runner.Dockerfile +++ b/scripts/ci-runner.Dockerfile @@ -1,4 +1,4 @@ -FROM summerwind/actions-runner:v2.288.1-ubuntu-20.04-c221b6e as base +FROM summerwind/actions-runner:v2.316.0-ubuntu-20.04-49490c4 as base USER root @@ -45,6 +45,8 @@ COPY setup.py setup.py COPY openedx/core/lib openedx/core/lib COPY lms lms COPY cms cms +COPY common common +COPY xmodule xmodule COPY requirements/pip.txt requirements/pip.txt COPY requirements/pip-tools.txt requirements/pip-tools.txt COPY requirements/edx/testing.txt requirements/edx/testing.txt