login-action/.github/workflows/test.yml

27 lines
442 B
YAML
Raw Normal View History

2020-08-21 14:45:16 +02:00
name: test
on:
push:
branches:
- 'master'
- 'releases/v*'
2020-08-21 14:45:16 +02:00
pull_request:
jobs:
test:
runs-on: ubuntu-latest
2020-08-21 14:45:16 +02:00
steps:
-
name: Checkout
uses: actions/checkout@v3
2020-08-21 14:45:16 +02:00
-
name: Test
uses: docker/bake-action@v3
with:
targets: test
2020-08-21 14:45:16 +02:00
-
name: Upload coverage
uses: codecov/codecov-action@v3
2020-08-21 14:45:16 +02:00
with:
file: ./coverage/clover.xml