mirror of
https://github.com/pfloos/quack
synced 2024-12-22 20:34:46 +01:00
deb testing
This commit is contained in:
parent
b1fef5eba0
commit
dadc7a13ad
1
.github/workflows/compilation.yml
vendored
1
.github/workflows/compilation.yml
vendored
@ -1,5 +1,6 @@
|
|||||||
name: QuAcK Compilation
|
name: QuAcK Compilation
|
||||||
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
3
.github/workflows/testing.yml
vendored
3
.github/workflows/testing.yml
vendored
@ -1,12 +1,15 @@
|
|||||||
name: QuAcK Testing
|
name: QuAcK Testing
|
||||||
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: ["QuAcK Compilation"]
|
workflows: ["QuAcK Compilation"]
|
||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
name: Run Tests
|
name: Run Tests
|
||||||
|
Loading…
Reference in New Issue
Block a user