Skip to content

Commit

Permalink
chore: use correct dirs in gha (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecorella authored Aug 26, 2024
1 parent 4f03595 commit 25c3625
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dafny_interop_test_net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Compile MPL with Dafny ${{inputs.mpl-dafny}}
shell: bash
working-directory: mpl
working-directory: mpl/TestVectorsAwsCryptographicMaterialProviders
run: |
make setup_net
# This works because `node` is installed by default on GHA runners
Expand All @@ -101,7 +101,7 @@ jobs:

- name: Build ESDK implementation
shell: bash
working-directory: AwsEncryptionSDK
working-directory: ./AwsEncryptionSDK
run: |
# This works because `node` is installed by default on GHA runners
make transpile_implementation_net
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/dafny_interop_test_vector_net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Compile MPL with Dafny ${{inputs.mpl-dafny}}
shell: bash
working-directory: mpl
working-directory: mpl/TestVectorsAwsCryptographicMaterialProviders
run: |
make setup_net
# This works because `node` is installed by default on GHA runners
Expand All @@ -100,7 +100,7 @@ jobs:

- name: Build ESDK implementation
shell: bash
working-directory: AwsEncryptionSDK
working-directory: ./AwsEncryptionSDK
run: |
# This works because `node` is installed by default on GHA runners
make transpile_implementation_net
Expand Down Expand Up @@ -191,12 +191,12 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-west-2
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
role-session-name: DDBEC-Dafny-Net-Tests
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-Public-ESDK-Dafny-Role-us-west-2
role-session-name: NetTests

- name: Compile MPL with Dafny ${{inputs.mpl-dafny}}
shell: bash
working-directory: mpl
working-directory: mpl/TestVectorsAwsCryptographicMaterialProviders
run: |
make setup_net
# This works because `node` is installed by default on GHA runners
Expand Down

0 comments on commit 25c3625

Please sign in to comment.