Skip to content

Commit 25c3625

Browse files
authored
chore: use correct dirs in gha (#677)
1 parent 4f03595 commit 25c3625

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/dafny_interop_test_net.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
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

.github/workflows/dafny_interop_test_vector_net.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
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

0 commit comments

Comments
 (0)