mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-18 11:52:14 +00:00
remove build job
This commit is contained in:
parent
6b1eaf6d34
commit
1060032a0d
1 changed files with 0 additions and 26 deletions
26
.github/workflows/linting_testing.yml
vendored
26
.github/workflows/linting_testing.yml
vendored
|
|
@ -4,8 +4,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- dev
|
||||
- beta
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
|
@ -33,30 +31,6 @@ jobs:
|
|||
- name: Run ESLint
|
||||
run: pnpm run lint
|
||||
|
||||
building:
|
||||
name: Build project
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: Install pnpm packages
|
||||
run: pnpm install
|
||||
|
||||
- name: Build Project
|
||||
run: pnpm run build
|
||||
|
||||
docker:
|
||||
name: Build Docker
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue