Skip to content

Commit d4c0e7e

Browse files
committed
build: run tutor test on open pr
1 parent d769cff commit d4c0e7e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/test-tutor-aspects.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Test Tutor Aspects
22

33
on:
4-
push:
5-
branches: [ main ]
64
issue_comment:
75
types: [created, edited, deleted]
6+
pull_request:
7+
branches: [ main ]
88

99
env:
1010
TUTOR_ROOT: ./.ci/

tutoraspects/plugin.py

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
("DOCKER_IMAGE_SUPERSET", "edunext/aspects-superset:{{ ASPECTS_VERSION }}"),
4040
("DOCKER_IMAGE_VECTOR", "timberio/vector:0.30.0-alpine"),
4141
("DOCKER_IMAGE_OPENEDX", "edunext/openedx-aspects:{{ ASPECTS_VERSION }}"),
42+
(
43+
"DOCKER_IMAGE_OPENEDX_DEV",
44+
"edunext/openedx-aspects-dev:{{ ASPECTS_VERSION }}",
45+
),
4246
(
4347
"OPENEDX_EXTRA_PIP_REQUIREMENTS",
4448
[

0 commit comments

Comments
 (0)