1
0
mirror of https://github.com/docker/setup-qemu-action.git synced 2025-05-12 21:52:49 +08:00
setup-qemu-action/.github/workflows/test.yml
2025-02-02 22:03:57 +09:00

29 lines
525 B
YAML

name: test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# on:
# push:
# branches:
# - 'master'
# - 'releases/v*'
# pull_request:
jobs:
test:
runs-on: self-hosted
steps:
-
name: Test
uses: docker/bake-action@v6
with:
targets: test
-
name: Upload coverage
uses: codecov/codecov-action@v5
with:
files: ./coverage/clover.xml
token: ${{ secrets.CODECOV_TOKEN }}