mirror of
https://github.com/ihabunek/toot.git
synced 2024-11-03 04:17:21 -05:00
Run tests on pull requests
This commit is contained in:
parent
253eea12a6
commit
64dd1094a9
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: Run tests
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
test:
|
||||
# Older Ubuntu required for testing on Python 3.6 which is not available in
|
||||
# later versions. Remove once support for 3.6 is dropped.
|
||||
runs-on: ubuntu-20.04
|
||||
|
Loading…
Reference in New Issue
Block a user