Skip to content

Commit

Permalink
Move CI files for builder
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling committed Oct 28, 2021
1 parent 70f820a commit 2fe165f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ name: "Continuous Integration"
on:
push:
branches: [ main ]
paths:
- 'builder/**'
pull_request:
branches: [ main ]
paths:
- 'builder/**'

defaults:
run:
working-directory: builder

jobs:
unit-tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ name: Integration tests
on:
push:
branches: [ main ]
paths:
- 'builder/**'
pull_request:
branches: [ main ]
paths:
- 'builder/**'

defaults:
run:
working-directory: builder

jobs:
integration-test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
with:
version: latest
args: release --rm-dist
workdir: builder
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15 changes: 0 additions & 15 deletions builder/.github/CODEOWNERS

This file was deleted.

19 changes: 0 additions & 19 deletions builder/.github/mergify.yml

This file was deleted.

0 comments on commit 2fe165f

Please sign in to comment.