mirror of
https://github.com/Steffo99/greed.git
synced 2024-11-21 21:44:19 +00:00
8bf23d4870
* Dockerfile refactoring * Update docker-image.yml * Update CodeQL workflow to match Steffo99/.github * Add testing workflow using `compileall` * Use release workflow from Steffo99/.github * Slightly refactor Dockerfile * Fix merge tool doing something weird --------- Co-authored-by: Stefano Pigozzi <me@steffo.eu>
17 lines
357 B
YAML
17 lines
357 B
YAML
name: "Test suite"
|
|
|
|
on:
|
|
# Modification of a project file in the main branch
|
|
push:
|
|
branches:
|
|
- main
|
|
# Pull request to the main branch modifying a project file
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
# Triggered by a new release
|
|
workflow_call:
|
|
|
|
jobs:
|
|
test:
|
|
uses: Steffo99/.github/.github/workflows/test-poetry-compileall.yml@main
|