ci: disable GitHub Actions

This commit is contained in:
Anthony Fu 2022-12-14 11:06:39 +01:00
parent 1fd1af214d
commit 762a936793
4 changed files with 3 additions and 6 deletions

1
.github/_workflows/README.md vendored Normal file
View file

@ -0,0 +1 @@
GitHub Actions is temporary disabled as we are reaching the usage limit as a private repo. Tests have been moved to Netlify pipeline as an workaround. We shall recover this once we open up.

View file

@ -1,10 +1,6 @@
[build.environment]
NPM_FLAGS = "--version"
NODE_VERSION = "16"
[build] [build]
publish = "dist" publish = "dist"
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build" command = "pnpm run build && pnpm run test && pnpm run lint && pnpm test:typecheck"
# Redirect to Discord server # Redirect to Discord server
[[redirects]] [[redirects]]