File tree 6 files changed +40
-4
lines changed
6 files changed +40
-4
lines changed Original file line number Diff line number Diff line change 65
65
xcode_version : ${{ matrix.xcode_version }}
66
66
use_cache : true
67
67
68
+ - uses : actions/cache@v3
69
+ id : onnx-node-tests-cache
70
+ with :
71
+ path : ${{ github.workspace }}/js/test/
72
+ key : onnxnodetests-${{ hashFiles('js/scripts/prepare-onnx-node-tests.ts') }}
73
+
68
74
- name : Setup environment variables
69
75
shell : bash
70
76
run : |
Original file line number Diff line number Diff line change 65
65
java-version : ' 17'
66
66
architecture : x64
67
67
68
+ - uses : actions/cache@v3
69
+ id : onnx-node-tests-cache
70
+ with :
71
+ path : ${{ github.workspace }}/js/test/
72
+ key : onnxnodetests-${{ hashFiles('js/scripts/prepare-onnx-node-tests.ts') }}
73
+
68
74
- name : API Documentation Check and generate
69
75
run : |
70
76
set ORT_DOXY_SRC=${{ github.workspace }}
@@ -132,4 +138,4 @@ jobs:
132
138
DocUpdateNeeded : false
133
139
ONNXRUNTIME_TEST_GPU_DEVICE_ID : ' 0'
134
140
AZCOPY_AUTO_LOGIN_TYPE : MSI
135
- AZCOPY_MSI_CLIENT_ID : 63b63039-6328-442f-954b-5a64d124e5b4
141
+ AZCOPY_MSI_CLIENT_ID : 63b63039-6328-442f-954b-5a64d124e5b4
Original file line number Diff line number Diff line change 91
91
shell : cmd
92
92
working-directory : ${{ github.workspace }}
93
93
94
+ - uses : actions/cache@v3
95
+ id : onnx-node-tests-cache
96
+ with :
97
+ path : ${{ github.workspace }}/js/test/
98
+ key : onnxnodetests-${{ hashFiles('js/scripts/prepare-onnx-node-tests.ts') }}
99
+
94
100
- name : Export GitHub Actions cache environment variables
95
101
uses : actions/github-script@v7
96
102
with :
@@ -259,4 +265,4 @@ jobs:
259
265
- name : Validate C# native delegates
260
266
run : python tools\ValidateNativeDelegateAttributes.py
261
267
shell : cmd
262
- working-directory : ${{ github.workspace }}\csharp
268
+ working-directory : ${{ github.workspace }}\csharp
Original file line number Diff line number Diff line change 75
75
run : |
76
76
nuget restore ${{ github.workspace }}\packages.config -PackagesDirectory ${{ github.workspace }}\build\Debug -ConfigFile ${{ github.workspace }}\NuGet.config
77
77
78
+ - uses : actions/cache@v3
79
+ id : onnx-node-tests-cache
80
+ with :
81
+ path : ${{ github.workspace }}/js/test/
82
+ key : onnxnodetests-${{ hashFiles('js/scripts/prepare-onnx-node-tests.ts') }}
83
+
78
84
- name : Export GitHub Actions cache environment variables
79
85
uses : actions/github-script@v7
80
86
with :
@@ -126,4 +132,4 @@ jobs:
126
132
env :
127
133
OrtPackageId : Microsoft.ML.OnnxRuntime
128
134
OnnxRuntimeBuildDirectory : ${{ github.workspace }}\build
129
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE : ' true'
135
+ DOTNET_SKIP_FIRST_TIME_EXPERIENCE : ' true'
Original file line number Diff line number Diff line change 75
75
run : |
76
76
nuget restore ${{ github.workspace }}\packages.config -PackagesDirectory ${{ github.workspace }}\build\RelWithDebInfo -ConfigFile ${{ github.workspace }}\NuGet.config
77
77
78
+ - uses : actions/cache@v3
79
+ id : onnx-node-tests-cache
80
+ with :
81
+ path : ${{ github.workspace }}/js/test/
82
+ key : onnxnodetests-${{ hashFiles('js/scripts/prepare-onnx-node-tests.ts') }}
83
+
78
84
- name : Export GitHub Actions cache environment variables
79
85
uses : actions/github-script@v7
80
86
with :
Original file line number Diff line number Diff line change 75
75
run : |
76
76
nuget restore ${{ github.workspace }}\packages.config -PackagesDirectory ${{ github.workspace }}\build\RelWithDebInfo -ConfigFile ${{ github.workspace }}\NuGet.config
77
77
78
+ - uses : actions/cache@v3
79
+ id : onnx-node-tests-cache
80
+ with :
81
+ path : ${{ github.workspace }}/js/test/
82
+ key : onnxnodetests-${{ hashFiles('js/scripts/prepare-onnx-node-tests.ts') }}
83
+
78
84
- name : Export GitHub Actions cache environment variables
79
85
uses : actions/github-script@v7
80
86
with :
@@ -122,4 +128,4 @@ jobs:
122
128
env :
123
129
OrtPackageId : Microsoft.ML.OnnxRuntime
124
130
OnnxRuntimeBuildDirectory : ${{ github.workspace }}\build
125
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE : ' true'
131
+ DOTNET_SKIP_FIRST_TIME_EXPERIENCE : ' true'
You can’t perform that action at this time.
0 commit comments