Run app tests in the builder image #319

Merged
jgroman merged 1 commit from feature/313-sync-build-and-test-images into develop 2026-06-25 12:44:58 +00:00

View file

@ -29,11 +29,8 @@ jobs:
- 3000:3000
container:
# This is chosen to match our production environment
image: quay.io/almalinuxorg/almalinux:9
image: registry.access.redhat.com/ubi9/python-311
steps:
- name: Install Python, nodejs, git, and build dependencies
run: dnf -y install nodejs git python3.11 python3.11-pip python3.11-setuptools-wheel
python3.11-setuptools krb5-devel python3.11-devel gcc sqlite-devel
- name: Check out the project source
uses: actions/checkout@v6
with: