Merge pull request #307 from crazy-max/build-export
Some checks failed
publish / publish (push) Has been cancelled

buildx: build history export
This commit is contained in:
CrazyMax
2024-05-14 13:32:42 +02:00
committed by GitHub
7 changed files with 425 additions and 0 deletions

View File

@@ -131,6 +131,14 @@ jobs:
with:
version: ${{ env.BUILDX_VERSION }}
driver: docker
-
name: Set up container builder
if: startsWith(matrix.os, 'ubuntu')
id: builder
uses: docker/setup-buildx-action@v3
with:
version: ${{ env.BUILDX_VERSION }}
use: false
-
name: Install
run: yarn install
@@ -140,6 +148,7 @@ jobs:
yarn test:itg-coverage --runTestsByPath __tests__/${{ matrix.test }} --coverageDirectory=./coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CTN_BUILDER_NAME: ${{ steps.builder.outputs.name }}
-
name: Check coverage
run: |