Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
billytrend-cohere authored Jun 25, 2024
1 parent dee2e69 commit 032f405
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
role-to-assume: arn:aws:iam::455073351313:role/single-container-gha-workflow
aws-region: us-west-2
role-session-name: ci_role_session
# - name: Configure AWS credentials
# uses: aws-actions/configure-aws-credentials@v1
# with:
# role-to-assume: arn:aws:iam::455073351313:role/single-container-gha-workflow
# aws-region: us-west-2
# role-session-name: ci_role_session
- name: Run tests
env:
COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}
Expand Down

0 comments on commit 032f405

Please sign in to comment.