1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-04-02 21:20:06 +02:00
build-push-action/.github/workflows/test.yml
K.B.Dharun Krishna 5d2a59bcec
feat: bump to use node20 runtime, actions/checkout to v4
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-05 11:00:01 +05:30

26 lines
442 B
YAML

name: test
on:
push:
branches:
- 'master'
- 'releases/v*'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Test
uses: docker/bake-action@v3
with:
targets: test
-
name: Upload coverage
uses: codecov/codecov-action@v3
with:
file: ./coverage/clover.xml