We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2d436 commit 3536172Copy full SHA for 3536172
dotnet-xunit/Dockerfile
@@ -21,5 +21,9 @@ WORKDIR /workspace
21
22
COPY . .
23
24
+ARG GITHUB_RUN_ID
25
+ARG GITHUB_RUN_ATTEMPT
26
+ARG SAUCE_VISUAL_BRANCH_NAME=${GITHUB_RUN_ID}${GITHUB_RUN_ATTEMPT}
27
+
28
RUN --mount=type=secret,id=dotenv,target=/workspace/.env env $(cat /workspace/.env | xargs) runme run dotnet-test
29
RUN --mount=type=secret,id=dotenv,target=/workspace/.env env $(cat /workspace/.env | xargs) runme run dotnet-test-modified
0 commit comments