-
Notifications
You must be signed in to change notification settings - Fork 1
62 lines (53 loc) · 1.69 KB
/
workflow_dispatch.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
name: Workflow Dispatch
on: workflow_dispatch
jobs:
apiandbackoffice:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: sleep 30s
run: |
sleep 30s
dummyjob:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: sleep
run: |
sleep 30s
- name: Send custom variable to Meercode Build
uses: meercodeio/[email protected]
with:
meercode-token: ${{ secrets.MEERCODE_TOKEN }}
url: "https://trello.com/c/GLi8iOhs/546-nas%C4%B1l-g%C3%B6r%C3%BCn%C3%BCyora-t%C4%B1klad%C4%B1ktan-sonra-boy-ve-kilo-yan-yana-2-defa-yaz%C4%B1l%C4%B1-arad%C4%B1%C4%9F%C4%B1m-ili%C5%9Fki-t%C3%BCr%C3%BC-g%C3%B6r%C3%BCnm%C3%BCyor"
dummyjobWithFailStepButOk:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: fail
run: |
asdasdas
- name: Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy
run: |
sleep 30s