Skip to content

Commit

Permalink
drop me: debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
macno committed Feb 26, 2024
1 parent 43b173e commit 17f271b
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,16 @@ name: lint test compile
on: push

jobs:
node-lint-test-compile:
uses: fluidware-team/.github/.github/workflows/node-test.yml@v1
lint-test-compile:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: '20'
- run: docker --version
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run compile

0 comments on commit 17f271b

Please sign in to comment.