File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
"dotenv=${{ secrets.DOTENV }}"
40
40
build-args : |
41
41
GITHUB_RUN_ID=${{ github.run_id }}
42
- GITHUB_RUN_ATTEMPT =${{ github.run_attempt }}
42
+ GITHUB_RUN_NUMBER =${{ github.run_number }}
43
43
44
44
nunit :
45
45
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ WORKDIR /workspace
22
22
COPY . .
23
23
24
24
ARG GITHUB_RUN_ID
25
- ARG GITHUB_RUN_ATTEMPT
26
- ARG SAUCE_VISUAL_BRANCH_NAME=${GITHUB_RUN_ID}${GITHUB_RUN_ATTEMPT }
25
+ ARG GITHUB_RUN_NUMBER
26
+ ARG SAUCE_VISUAL_BRANCH_NAME=${GITHUB_RUN_ID}${GITHUB_RUN_NUMBER }
27
27
28
28
RUN --mount=type=secret,id=dotenv,target=/workspace/.env env $(cat /workspace/.env | xargs) runme run dotnet-test
29
29
RUN --mount=type=secret,id=dotenv,target=/workspace/.env env $(cat /workspace/.env | xargs) runme run dotnet-test-modified
You can’t perform that action at this time.
0 commit comments