We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4054bf4 commit 6a151ceCopy full SHA for 6a151ce
.github/workflows/ci.yml
@@ -23,6 +23,12 @@ jobs:
23
- uses: actions/setup-node@v4
24
with:
25
node-version: ${{matrix.node}}
26
+ - name: Configure AWS Credentials for Tests
27
+ uses: aws-actions/configure-aws-credentials@v4
28
+ with:
29
+ aws-region: us-west-2
30
+ role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-MPL-Dafny-Role-us-west-2
31
+ role-session-name: JavaScriptTests
32
- name: Test Node ${{matrix.node}}
33
env:
34
NODE_OPTIONS: "--max-old-space-size=4096"
0 commit comments