This commit is contained in:
@@ -6,10 +6,18 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- name: Checkout
|
||||||
git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/terminal-layout-sync.git /tmp/repo
|
run: git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/terminal-layout-sync.git ${{ github.workspace }}
|
||||||
cd /tmp/repo
|
- name: Setup Node
|
||||||
npm install
|
run: |
|
||||||
npm run lint
|
apt-get update && apt-get install -y nodejs npm
|
||||||
npm run typecheck
|
node --version
|
||||||
npm test
|
npm --version
|
||||||
|
- name: Install
|
||||||
|
run: npm install
|
||||||
|
- name: Lint
|
||||||
|
run: npm run lint
|
||||||
|
- name: Typecheck
|
||||||
|
run: npm run typecheck
|
||||||
|
- name: Test
|
||||||
|
run: npm test
|
||||||
|
|||||||
Reference in New Issue
Block a user