Skip to content

Commit 92d146a

Browse files
Update run_tests.yml
1 parent 8723d0d commit 92d146a

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4.2.2
1111

12+
- name: Set timestamp variable
13+
id: timestamp
14+
run: echo "datetime=$(date +'%Y-%m-%d_%H-%M-%S')" >> $GITHUB_OUTPUT
1215
- name: Setup .NET
1316
uses: actions/setup-dotnet@v4
1417
with:
@@ -23,12 +26,6 @@ jobs:
2326
run: dotnet run --project AudioCuesheetEditor &
2427
- name: Run tests
2528
run: dotnet test
26-
27-
# Add this step to generate a timestamp and set it as an output
28-
- name: Set timestamp variable
29-
id: timestamp
30-
run: echo "datetime=$(date +'%Y-%m-%d_%H-%M-%S')" >> $GITHUB_OUTPUT
31-
3229
- name: Upload traces
3330
if: always()
3431
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)