Skip to content

Commit d850559

Browse files
authored
CI - Fix caching in C#/Unity testsuite (#3194)
# Description of Changes We had weird caching issues in the C#/Unity testsuite. Somehow, they got triggered only as of #3181 merging, and I have no idea why/how. I've restored the `id` field of the checkout step (which is used by the cache step), and this _seems_ to have fixed it. # API and ABI breaking changes None. # Expected complexity level and risk 1 # Testing - [x] It passes on this PR - [x] It passes in a test PR that combines this change with #3182 --------- Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
1 parent 2a07036 commit d850559

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/csharp-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
timeout-minutes: 30
1717
steps:
1818
- name: Checkout repository
19+
id: checkout-stdb
1920
uses: actions/checkout@v4
2021

2122
# Run cheap .NET tests first. If those fail, no need to run expensive Unity tests.

0 commit comments

Comments
 (0)