Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
femnad committed Dec 9, 2023
1 parent 122a43f commit 8991ea7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Run tests

on:
pull_request:
push:
Expand All @@ -8,7 +10,7 @@ on:

jobs:
test:
name: Run tests
name: Run unit and integration tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8991ea7

Please sign in to comment.