try running tests from Dockerfile
All checks were successful
test / test (pull_request) Successful in 3s

This commit is contained in:
Dan Anglin 2024-08-16 06:11:39 +01:00
parent 0c28a1186d
commit 196f6b27c4
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
2 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,7 @@
FROM python:3.12-alpine3.20
ADD *.sh /
#ADD *.sh /
#
#ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["python3 tests.py"]

View file

@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout Repository
uses: https://code.forgejo.org/actions/checkout@v4
- name: Test Python Installation
- name: Test Code
uses: ./.forgejo/actions/python
#- name: Test Code
# run: python tests.py