ci: disable GitHub Actions

pull/408/head
Anthony Fu 2022-12-14 11:06:39 +01:00
rodzic 1fd1af214d
commit 762a936793
4 zmienionych plików z 3 dodań i 6 usunięć

1
.github/_workflows/README.md vendored 100644
Wyświetl plik

@ -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.

Wyświetl plik

@ -1,10 +1,6 @@
[build.environment]
NPM_FLAGS = "--version"
NODE_VERSION = "16"
[build]
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
[[redirects]]
@ -16,4 +12,4 @@
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
status = 200