Skip to content

Commit

Permalink
Run tests in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin committed Mar 16, 2024
1 parent 930dc8e commit af5e4b5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
jobs:

on:
pull_request:
branches:
- 'master'
push:
branches:
- 'master'
workflow_dispatch:

test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit af5e4b5

Please sign in to comment.