mirror of
https://github.com/pfloos/quack
synced 2024-12-22 12:23:42 +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
|
||||
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
3
.github/workflows/testing.yml
vendored
3
.github/workflows/testing.yml
vendored
@ -1,12 +1,15 @@
|
||||
name: QuAcK Testing
|
||||
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["QuAcK Compilation"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
||||
jobs:
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-20.04
|
||||
name: Run Tests
|
||||
|
Loading…
Reference in New Issue
Block a user