We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c7dc3 commit 838528cCopy full SHA for 838528c
1 file changed
.github/workflows/execution-flow.yml
@@ -1,20 +1,6 @@
1
name: matrix-workflow
2
on: push
3
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
18
deploy:
19
runs-on: ubuntu-latest
20
needs: build
0 commit comments