Skip to content

Commit

Permalink
ci: updates unit test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Viviane Dias committed Dec 1, 2023
1 parent 5c7c465 commit 902b209
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
name: unit-tests

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
workflow_call:
pull_request:
branches:
- "**"

push:
branches:
- "main"

jobs:
tests:
Expand Down

0 comments on commit 902b209

Please sign in to comment.