Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit 2068503

Browse files
committed
fix: github actions no test
1 parent 17f6d8e commit 2068503

File tree

2 files changed

+1
-40
lines changed

2 files changed

+1
-40
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,30 +16,9 @@ jobs:
1616
with:
1717
name: artifacts
1818
path: prod/
19-
20-
test:
21-
runs-on: ubuntu-latest
22-
needs: build
23-
strategy:
24-
matrix:
25-
node-version: [16.x]
26-
steps:
27-
- uses: actions/checkout@v2
28-
- name: Use Node.js ${{ matrix.node-version }}
29-
uses: actions/setup-node@v1
30-
with:
31-
node-version: ${{ matrix.node-version }}
32-
- uses: actions/download-artifact@main
33-
with:
34-
name: artifacts
35-
path: prod
36-
- name: npm install and test
37-
run: |
38-
npm ci
39-
npm test
4019
push_to_registry:
4120
name: Push Docker image to GitHub Packages
42-
needs: test
21+
needs: build
4322
runs-on: ubuntu-latest
4423
steps:
4524
- name: check out the repo

.github/workflows/tests.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)