Skip to content

Commit

Permalink
Merge branch 'main' into develop (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm authored and Stefan-Ethernal committed Sep 17, 2024
1 parent 10eb3f1 commit 4bb929b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test-unittest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Test Unittest
on:
push:
workflow_dispatch: {}
pull_request:
types: [opened, synchronize, reopened]

jobs:
test-unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

0 comments on commit 4bb929b

Please sign in to comment.