Clean Actions file #339
8
.github/workflows/pull_request.yml
vendored
8
.github/workflows/pull_request.yml
vendored
@ -2,11 +2,6 @@ name: Test module
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
|
||||||
# DOCKERPLATFORM: "linux/amd64,linux/arm64"
|
|
||||||
DOCKERPLATFORM: "linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le,linux/s390x"
|
|
||||||
DOCKERIMAGE: "ghcr.io/the-bds-maneger/core"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
latestDeploy:
|
latestDeploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -14,7 +9,6 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node_version:
|
node_version:
|
||||||
- "15"
|
|
||||||
- "16"
|
- "16"
|
||||||
- "17"
|
- "17"
|
||||||
steps:
|
steps:
|
||||||
@ -30,5 +24,5 @@ jobs:
|
|||||||
- name: Install node depencies
|
- name: Install node depencies
|
||||||
run: npm install -d
|
run: npm install -d
|
||||||
|
|
||||||
- name: Build typescript to CJS and ESM
|
- name: Build typescript
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
Reference in New Issue
Block a user