Skip to content

Commit

Permalink
Fix broken tests in GitHub CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
em92 committed Oct 19, 2024
1 parent 8c1bf8f commit 334028c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
name: Tests

on:
push:
branches:
- "master"
pull_request:
branches:
- "master"

jobs:
test:
strategy:
Expand Down

0 comments on commit 334028c

Please sign in to comment.