Skip to content

Commit

Permalink
Merge branch 'AG-959-ensembl-release-version' of https://github.com/s…
Browse files Browse the repository at this point in the history
…agely1/Agora into AG-959-ensembl-release-version
  • Loading branch information
sagely1 committed Dec 7, 2023
2 parents ae71862 + d3b36a5 commit 1b309aa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,24 @@ jobs:
- run: npm run build --if-present
- run: npm test

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: "us-east-1"
role-to-assume: "arn:aws:iam::607346494281:role/ci-service-access-ServiceRole-1T4E6LVQRIRIV"
role-session-name: GitHubActions-${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
role-duration-seconds: 1200
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30

# - name: Configure AWS Credentials
# uses: aws-actions/configure-aws-credentials@v4
# with:
Expand Down

0 comments on commit 1b309aa

Please sign in to comment.