10
1
mirror of https://github.com/pfloos/quack synced 2024-12-22 20:34:46 +01:00

deb testing

This commit is contained in:
Abdallah Ammar 2024-11-15 18:39:23 +01:00
parent b1fef5eba0
commit dadc7a13ad
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
name: QuAcK Compilation name: QuAcK Compilation
on: on:
push: push:
branches: branches:

View File

@ -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