actions-toolkit/.github/workflows/test.yml
CrazyMax 30d19b72d3
ci: disable codecov for now
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-01-17 12:08:14 +01:00

31 lines
532 B
YAML

name: test
on:
push:
branches:
- 'main'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Validate
uses: docker/bake-action@v2
with:
targets: validate
-
name: Test
uses: docker/bake-action@v2
with:
targets: test
# -
# name: Upload coverage
# uses: codecov/codecov-action@v3
# with:
# file: ./coverage/clover.xml