From 2aa42498d0e395589156613c8c4f4a1e34172ff5 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Thu, 10 Aug 2023 23:56:01 +0800 Subject: [PATCH] build: enable tests --- .github/workflows/tests.yml | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9686dbe..cde00c9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: