Skip to content

Commit d170d15

Browse files
committed
WPB-17142: modified the test name
1 parent a5032d8 commit d170d15

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- '.github/workflows/release.yaml'
1111

1212
jobs:
13-
build:
13+
test:
1414
runs-on: ubuntu-latest
1515
permissions:
1616
id-token: write
@@ -30,13 +30,13 @@ jobs:
3030
exit 1
3131
fi
3232
33-
- name: Configure AWS credentials
33+
- name: Configure AWS credentials for DEV
3434
uses: aws-actions/configure-aws-credentials@v1
3535
with:
3636
role-to-assume: ${{ secrets.DEV_AWS_ROLE_TO_ASSUME }}
3737
aws-region: eu-west-1
3838

39-
- name: Deploy latest docs to S3
39+
- name: Deploy latest docs to S3 DEV account
4040
run: |
4141
mkdir -p tmp_extracted
4242
tar -xzf ./wire-docs.tar.gz -C tmp_extracted

0 commit comments

Comments
 (0)