Skip to content

Commit

Permalink
fix: Remove aws credentials from test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-watanabe-snkeos committed Jul 1, 2024
1 parent 769ebe6 commit e3e88cb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,5 @@ jobs:
- name: Checkout Repository
uses: actions/[email protected]

- name: Configure AWS credentials
uses: aws-actions/[email protected]
with:
role-to-assume: ${{ secrets.TEST_ROLE }}
aws-region: eu-central-1
role-session-name: fwoa-test-workflow

- name: Run unit tests
run: cd deployment && chmod +x ./run-unit-tests.sh && ./run-unit-tests.sh

0 comments on commit e3e88cb

Please sign in to comment.