build: enable tests

This commit is contained in:
EnixCoda 2023-08-10 23:56:01 +08:00
parent 49ee25df47
commit 2aa42498d0

View file

@ -1,20 +1,19 @@
name: Tests
# disabled due to issue #293
# on:
# push:
# branches:
# - '**'
# paths-ignore:
# - 'server/**'
# pull_request:
# branches:
# - '**'
# paths-ignore:
# - 'server/**'
# # Runs everyday to detect GitHub update in time
# schedule:
# - cron: '0 0 * * *'
on:
push:
branches:
- '**'
paths-ignore:
- 'server/**'
pull_request:
branches:
- '**'
paths-ignore:
- 'server/**'
# Runs everyday to detect GitHub update in time
schedule:
- cron: '0 0 * * *'
jobs:
build: