Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 7d6af9d

Browse files
committed
try to change action timezone
1 parent f13d77e commit 7d6af9d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ jobs:
1111

1212
runs-on: ubuntu-latest
1313

14-
steps:
14+
steps:
15+
- uses: szenius/[email protected]
16+
- name: Set Timezone
17+
with:
18+
timezoneLinux: "Asia/Singapore"
19+
timezoneMacos: "Asia/Singapore"
20+
timezoneWindows: "Singapore Standard Time"
1521
- uses: actions/checkout@v3
1622
- name: Setup .NET
1723
uses: actions/setup-dotnet@v2

Community.Data.OData.Linq.xTests/DateTimeFilterTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
using Community.OData.Linq.xTests.SampleData;
22

33
using System;
4-
using System.Collections.Generic;
54
using System.Linq;
6-
using System.Text;
7-
using System.Threading.Tasks;
85

96
using Xunit;
107
using Xunit.Abstractions;

0 commit comments

Comments
 (0)