mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 03:09:12 -06:00
/.github/workflows/ci-bats-tests.yaml: Add aws creds, check for expect
This commit is contained in:
8
.github/workflows/ci-bats-tests.yaml
vendored
8
.github/workflows/ci-bats-tests.yaml
vendored
@@ -13,6 +13,12 @@ jobs:
|
||||
matrix:
|
||||
os: [ ubuntu-latest, macos-latest ]
|
||||
steps:
|
||||
- name: Configure AWS Credentials
|
||||
uses: aws-actions/configure-aws-credentials@v1
|
||||
with:
|
||||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
aws-region: us-west-2
|
||||
- name: Setup Go 1.x
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
@@ -50,6 +56,8 @@ jobs:
|
||||
run: |
|
||||
dolt config --global --add user.name 'Liquidata Actions'
|
||||
dolt config --global --add user.email 'actions@liquidata.co'
|
||||
- name: Check expect
|
||||
run: expect -v
|
||||
- run: |
|
||||
bats --tap .
|
||||
working-directory: ./bats
|
||||
|
||||
Reference in New Issue
Block a user