sclorg / nginx-container

Nginx high-performance HTTP server and reverse proxy container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
http://softwarecollections.org
Apache License 2.0
91 stars 196 forks source link

Add GitHub Action for running testing written in PyTest #303

Closed phracek closed 3 months ago

phracek commented 3 months ago

This pull request adds support for testing Nginx-container in OpenShift by PyTest suite https://github.com/sclorg/container-ci-suite

phracek commented 3 months ago

As you can see. The GitHub Action is added in my fork https://github.com/phracek/nginx-container/blob/master/.github/workflows/openshift-pytests.yml

The tests are executed here and all passed https://github.com/phracek/nginx-container/pull/3

The pull request is ready for merge.