Skip to content

Commit

Permalink
Update Github Action regarding to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
mtouzot committed Feb 20, 2025
1 parent b3485ff commit 91fe313
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# Nom du workflow
name: "Build and deploy Github pages"
name: "Pytest"

# Evenements sur lesquels il doit être déclenché
on:
push: # <- Déclenché lorsque l'on pousse du code...
branches:
- master
- dev
paths:
- gamebeye/**
- examples/**

jobs:
ci:
Expand Down

0 comments on commit 91fe313

Please sign in to comment.