Skip to content

Bump aws-sdk from 2.1431.0 to 2.1440.0 #12

Bump aws-sdk from 2.1431.0 to 2.1440.0

Bump aws-sdk from 2.1431.0 to 2.1440.0 #12

Workflow file for this run

name: CI for Rebill Bluebox
on: push
jobs:
test:
name: "Build and test"
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install
run: ./batect setup
- name: Unit tests
run: ./batect test
- name: Integration tests
run: ./batect e2e