Skip to content

test(e2e): migrate ctr tests to Ginkgo framework #60

test(e2e): migrate ctr tests to Ginkgo framework

test(e2e): migrate ctr tests to Ginkgo framework #60

Workflow file for this run

name: Build & Upload
on:
push:
branches: ["main"]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: read
packages: write
id-token: write
attestations: write
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
with:
ref: ${{ github.sha }}
go_version: "1.25.4"
upload:
name: Upload
needs: build
uses: ./.github/workflows/upload_s3.yml
with:
ref: ${{ github.sha }}
secrets:
AWS_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}