Skip to content

Commit

Permalink
Merge validate and test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Mar 27, 2021
1 parent e59258b commit 830b9a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 27 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -10,6 +10,7 @@ on:
pull_request:
branches:
- 'master'
- 'releases/v*'
paths-ignore:
- '**.md'

Expand All @@ -20,12 +21,18 @@ jobs:
-
name: Checkout
uses: actions/checkout@v2
-
name: Validate
uses: docker/bake-action@v1
with:
targets: validate
-
name: Test
run: docker buildx bake test
uses: docker/bake-action@v1
with:
targets: test
-
name: Upload coverage
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/clover.xml
25 changes: 0 additions & 25 deletions .github/workflows/validate.yml

This file was deleted.

0 comments on commit 830b9a9

Please sign in to comment.