diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b417051..abe4a22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,11 @@ jobs: with: node-version: ${{ matrix.node_version }} cache: "yarn" + - uses: aws-actions/configure-aws-credentials@v1 + with: + aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} + aws-region: us-east-2 + aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - run: yarn install --mode=skip-build - run: yarn build - run: yarn test