Merge pull request 'woutervermeer-patch-1' (#20) from woutervermeer-patch-1 into pre-prod
All checks were successful
Gitea Test. / tests (push) Successful in 6s
All checks were successful
Gitea Test. / tests (push) Successful in 6s
Reviewed-on: #20
This commit was merged in pull request #20.
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
name: Gitea build & Test.
|
||||
run-name: ${{ gitea.actor }}
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Build and test
|
||||
run: make test
|
||||
|
||||
- name: Build
|
||||
run: make prod
|
||||
@@ -3,6 +3,7 @@ run-name: ${{ gitea.actor }}
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- pre-prod
|
||||
pull_request:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user