Skip to content

Commit 838528c

Browse files
committed
adding files
1 parent 05c7dc3 commit 838528c

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/execution-flow.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
name: matrix-workflow
22
on: push
33
jobs:
4-
build:
5-
continue-on-error: true
6-
runs-on: ubuntu-latest
7-
steps:
8-
- name: checkout
9-
uses: actions/checkout@v4
10-
- name: install nodejs
11-
uses: actions/setup-node@v3
12-
- name: install dependencies
13-
run : |
14-
npm ci
15-
- name: build node
16-
run: |
17-
npm run build
184
deploy:
195
runs-on: ubuntu-latest
206
needs: build

0 commit comments

Comments
 (0)