ci: switch back to github actions

feat/cypress-testing
三咲智子 2023-01-04 23:37:19 +08:00
rodzic 2f88bf6824
commit 3468c13e75
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 69992F2250DFD93E
3 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1 +0,0 @@
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

@ -7,6 +7,7 @@ on:
pull_request:
branches:
- main
workflow_dispatch: {}
jobs:
ci:
@ -17,7 +18,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: pnpm
- name: 📦 Install dependencies