We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9edae42 commit 67084adCopy full SHA for 67084ad
Dockerfile
@@ -3,6 +3,7 @@ FROM node:lts-alpine
3
4
# Copies your code file from your action repository to the filesystem path `/` of the container
5
COPY entrypoint.sh /entrypoint.sh
6
+COPY detection.sh /detection.sh
7
8
RUN npm i -g xunit-viewer
9
0 commit comments