mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
Test context
This commit is contained in:
parent
d648ee7404
commit
b8f4ffe6e6
1 changed files with 8 additions and 0 deletions
8
.github/workflows/test.yaml
vendored
8
.github/workflows/test.yaml
vendored
|
@ -10,6 +10,14 @@ permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
context:
|
||||||
|
name: Display context
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
if: >-
|
||||||
|
github.event.pull_request
|
||||||
|
&& github.event.pull_request.merged == false
|
||||||
|
steps:
|
||||||
|
- run: echo "${{github.event.pull_request.user.login}}"
|
||||||
tests:
|
tests:
|
||||||
name: Python tests
|
name: Python tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue