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 b7a2f08
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 26 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -10,6 +10,7 @@ on:
pull_request:
branches:
- 'master'
- 'releases/v*'
paths-ignore:
- '**.md'

Expand All @@ -20,9 +21,16 @@ 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
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/validate.yml

This file was deleted.

0 comments on commit b7a2f08

Please sign in to comment.