Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed Feb 5, 2024
1 parent 91a5df6 commit 5d64ddc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
name: Run pytests
runs-on: ubuntu-latest
steps:
- run: echo 1
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
event-type: TEST
# - name: generate FR locale
# run: sudo locale-gen fr_FR.UTF-8
# - uses: actions/checkout@v4
Expand Down

0 comments on commit 5d64ddc

Please sign in to comment.