Skip to content

Commit

Permalink
fix(ci): rétablit les tests sur les PRs (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
suli-octo authored Feb 12, 2024
1 parent 4e3010f commit e26f26b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Tests unitaires
on:
[push, pull_request]:
push:
branches: [ main ]
pull_request:
branches: [ main ]
create:
branches: [ "renovate/**" ]

jobs:
tests-unitaires:
if: ${{ !contains(github.event.head_commit.message, 'WIP') }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "MIT",
"url": "https://github.com/DNUM-SocialGouv/1j1s-stage-orchestrateur-transform-load/blob/main/LICENSE"
},
"x-generation-date": "2024-02-05T08:59:55.461Z"
"x-generation-date": "2024-02-05T13:24:43.926Z"
},
"x-strapi-config": {
"path": "/documentation",
Expand Down

0 comments on commit e26f26b

Please sign in to comment.