Skip to content

build(deps): bump github.com/containerd/containerd from 1.5.17 to 1.6.26 #50

build(deps): bump github.com/containerd/containerd from 1.5.17 to 1.6.26

build(deps): bump github.com/containerd/containerd from 1.5.17 to 1.6.26 #50

Workflow file for this run

name: ECS integration tests
on:
push:
branches:
- main
pull_request:
env:
GO_VERSION: 1.19
jobs:
ecs-tests:
name: ECS e2e tests
runs-on: ubuntu-latest
steps:
- name: Checkout code into the Go module directory
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
cache: true
- name: Build for ECS e2e tests
run: make -f builder.Makefile cli
- name: create aws config folder
run: mkdir -p ~/.aws
- name: ECS e2e Test
env:
AWS_DEFAULT_REGION: us-west-2
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY }}
run: make e2e-ecs