Skip to content

Commit d844c45

Browse files
authored
[.NET/EC2] Update test ID to allow multiple tests in the same workflow (#351)
1 parent 5ee537b commit d844c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-ec2-default-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
sleep_time: 60
7474

7575
- name: Generate testing id
76-
run: echo TESTING_ID="${{ github.job }}-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}" >> $GITHUB_ENV
76+
run: echo TESTING_ID="${{ github.run_id }}-${{ github.run_number }}-${RANDOM}" >> $GITHUB_ENV
7777

7878
- name: Configure AWS Credentials
7979
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)