File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 87
87
88
88
- name : Compile MPL with Dafny ${{inputs.mpl-dafny}}
89
89
shell : bash
90
- working-directory : mpl
90
+ working-directory : mpl/TestVectorsAwsCryptographicMaterialProviders
91
91
run : |
92
92
make setup_net
93
93
# This works because `node` is installed by default on GHA runners
@@ -101,7 +101,7 @@ jobs:
101
101
102
102
- name : Build ESDK implementation
103
103
shell : bash
104
- working-directory : AwsEncryptionSDK
104
+ working-directory : ./ AwsEncryptionSDK
105
105
run : |
106
106
# This works because `node` is installed by default on GHA runners
107
107
make transpile_implementation_net
Original file line number Diff line number Diff line change 86
86
87
87
- name : Compile MPL with Dafny ${{inputs.mpl-dafny}}
88
88
shell : bash
89
- working-directory : mpl
89
+ working-directory : mpl/TestVectorsAwsCryptographicMaterialProviders
90
90
run : |
91
91
make setup_net
92
92
# This works because `node` is installed by default on GHA runners
@@ -100,7 +100,7 @@ jobs:
100
100
101
101
- name : Build ESDK implementation
102
102
shell : bash
103
- working-directory : AwsEncryptionSDK
103
+ working-directory : ./ AwsEncryptionSDK
104
104
run : |
105
105
# This works because `node` is installed by default on GHA runners
106
106
make transpile_implementation_net
@@ -191,12 +191,12 @@ jobs:
191
191
uses : aws-actions/configure-aws-credentials@v4
192
192
with :
193
193
aws-region : us-west-2
194
- role-to-assume : arn:aws:iam::370957321024:role/GitHub-CI-DDBEC- Dafny-Role-us-west-2
195
- role-session-name : DDBEC-Dafny-Net-Tests
194
+ role-to-assume : arn:aws:iam::370957321024:role/GitHub-CI-Public-ESDK- Dafny-Role-us-west-2
195
+ role-session-name : NetTests
196
196
197
197
- name : Compile MPL with Dafny ${{inputs.mpl-dafny}}
198
198
shell : bash
199
- working-directory : mpl
199
+ working-directory : mpl/TestVectorsAwsCryptographicMaterialProviders
200
200
run : |
201
201
make setup_net
202
202
# This works because `node` is installed by default on GHA runners
You can’t perform that action at this time.
0 commit comments