Skip to content

Commit

Permalink
Merge branch 'master' into DT-5015/disable-dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
dotboris committed Oct 13, 2022
2 parents d0481d7 + 2bb82e7 commit cca2274
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ on:
jobs:
build:
name: Test
runs-on: ${{ matrix.os }}

permissions:
id-token: write # required for AWS assume role

strategy:
matrix:
os: [ubuntu-latest, windows-latest]

runs-on: ${{ matrix.os }}
steps:
- name: Setup Go
uses: actions/setup-go@v3
Expand All @@ -20,9 +25,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: coveooss/[email protected]
with:
aws-region: us-east-1
role-to-assume: arn:aws:iam::043612128888:role/nrd-oss-tgf-github-actions-ci

- name: Run tests
env:
AWS_REGION: us-east-1
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: go test -v ./...

0 comments on commit cca2274

Please sign in to comment.