Skip to content

Commit

Permalink
Adding some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Oct 23, 2024
1 parent 6dd1e3d commit 9bea297
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!--
Please target the `master` branch in priority.
Relevant fixes are cherry-picked for stable branches as needed by maintainers.
To speed up the contribution process and avoid CI errors, please set up pre-commit hooks locally:
https://docs.blazium.app/contributing/development/code_style_guidelines.html
-->
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Testing
on:
repository_dispatch:
types: [test_result]
workflow_call:

jobs:
run_if_failure:
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/runner.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Full Deployment
on:
repository_dispatch:
types: [full_deploy]

concurrency:
group: ci-full_deploy-runner
cancel-in-progress: true

jobs:
test-main:
name: Test
uses: ./.github/workflows/main.yaml

0 comments on commit 9bea297

Please sign in to comment.