Skip to content

Commit 6bc1dec

Browse files
committed
added copy to dockerfile
1 parent ad13bf4 commit 6bc1dec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/validate/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ FROM python:3
44
# Copies your code file from your action repository to the filesystem path `/` of the container
55
COPY entrypoint.sh /entrypoint.sh
66
COPY bxml_tests.py /bxml_tests.py
7+
COPY api_tests.py /api_tests.py
78

89
#Make entrypoint.sh exacutable
910
RUN chmod +x /entrypoint.sh

0 commit comments

Comments
 (0)