Skip to content

Commit

Permalink
build: enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EnixCoda committed Aug 10, 2023
1 parent 49ee25d commit 2aa4249
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

1 comment on commit 2aa4249

@vercel
Copy link

@vercel vercel bot commented on 2aa4249 Aug 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gitako – ./

gitako.enix.one
gitako.vercel.app
gitako-git-develop-enix.vercel.app
gitako-enix.vercel.app

Please sign in to comment.