1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-04-04 06:00:08 +02:00
build-push-action/.github/workflows/test.yml
dependabot[bot] 2d9578d121
Bump docker/bake-action from 1 to 1.4.0
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 1 to 1.4.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v1...v1.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 05:11:03 +00:00

32 lines
568 B
YAML

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