Skip to content

Commit

Permalink
Merge branch 'develop' into fix/bridgeDateEstimation
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-enya authored Sep 4, 2023
2 parents 54e7e7b + 460d10e commit e4a4a9c
Show file tree
Hide file tree
Showing 64 changed files with 1,540 additions and 2,973 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/boba-publish-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
contents: read
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: ${{ secrets.AWS_ROLE }}
aws-region: ${{ secrets.AWS_REGION }}
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
contents: read
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: ${{ secrets.AWS_ROLE }}
aws-region: ${{ secrets.AWS_REGION }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/boba-publish-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
contents: read
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: ${{ secrets.AWS_ROLE }}
aws-region: ${{ secrets.AWS_REGION }}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN_SECRET }}

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: ${{ secrets.AWS_ROLE }}
aws-region: ${{ secrets.AWS_REGION }}
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
contents: read
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: ${{ secrets.AWS_ROLE }}
aws-region: ${{ secrets.AWS_REGION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gateway-deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
REACT_APP_GA4_MEASUREMENT_ID: ${{ env.REACT_APP_GA4_MEASUREMENT_ID }}
REACT_APP_SENTRY_DSN: ${{ env.REACT_APP_SENTRY_DSN }}
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: ${{ secrets.AWS_ROLE }}
aws-region: ${{ secrets.AWS_REGION }}
Expand Down
2 changes: 1 addition & 1 deletion packages/boba/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"pre-commit": "lint-staged --allow-empty",
"prebuild": "./bin/release.sh",
"start": "GENERATE_SOURCEMAP=false react-app-rewired start",
"test": "react-scripts test --watchAll=false",
"test": "TZ=utc react-scripts test --watchAll=false",
"test:coverage": "yarn test --coverage",
"test:u": "yarn test -u",
"test:w": "yarn test --watchAll=true",
Expand Down
61 changes: 0 additions & 61 deletions packages/boba/gateway/src/components/PulseBadge/index.tsx

This file was deleted.

Empty file.
232 changes: 0 additions & 232 deletions packages/boba/gateway/src/components/Table/TransactionTableRow.js

This file was deleted.

Loading

0 comments on commit e4a4a9c

Please sign in to comment.