actions-toolkit/.github/workflows/test.yml
CrazyMax 201b1942bf
ci: generate buildx-releases.json
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-01-31 02:35:21 +01:00

42 lines
779 B
YAML

name: test
on:
push:
branches:
- 'main'
pull_request:
paths-ignore:
- '.github/buildx-releases.json'
jobs:
validate:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Validate
uses: docker/bake-action@v2
with:
targets: validate
test:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Test
uses: docker/bake-action@v2
with:
targets: test-coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# -
# name: Upload coverage
# uses: codecov/codecov-action@v3
# with:
# file: ./coverage/clover.xml