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 8787
8888 - name : Compile MPL with Dafny ${{inputs.mpl-dafny}}
8989 shell : bash
90- working-directory : mpl
90+ working-directory : mpl/TestVectorsAwsCryptographicMaterialProviders
9191 run : |
9292 make setup_net
9393 # This works because `node` is installed by default on GHA runners
@@ -101,7 +101,7 @@ jobs:
101101
102102 - name : Build ESDK implementation
103103 shell : bash
104- working-directory : AwsEncryptionSDK
104+ working-directory : ./ AwsEncryptionSDK
105105 run : |
106106 # This works because `node` is installed by default on GHA runners
107107 make transpile_implementation_net
Original file line number Diff line number Diff line change 8686
8787 - name : Compile MPL with Dafny ${{inputs.mpl-dafny}}
8888 shell : bash
89- working-directory : mpl
89+ working-directory : mpl/TestVectorsAwsCryptographicMaterialProviders
9090 run : |
9191 make setup_net
9292 # This works because `node` is installed by default on GHA runners
@@ -100,7 +100,7 @@ jobs:
100100
101101 - name : Build ESDK implementation
102102 shell : bash
103- working-directory : AwsEncryptionSDK
103+ working-directory : ./ AwsEncryptionSDK
104104 run : |
105105 # This works because `node` is installed by default on GHA runners
106106 make transpile_implementation_net
@@ -191,12 +191,12 @@ jobs:
191191 uses : aws-actions/configure-aws-credentials@v4
192192 with :
193193 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
196196
197197 - name : Compile MPL with Dafny ${{inputs.mpl-dafny}}
198198 shell : bash
199- working-directory : mpl
199+ working-directory : mpl/TestVectorsAwsCryptographicMaterialProviders
200200 run : |
201201 make setup_net
202202 # This works because `node` is installed by default on GHA runners
You can’t perform that action at this time.
0 commit comments