|
1 | | -# name: Test Pipeline |
| 1 | +name: Test Pipeline |
2 | 2 |
|
3 | | -# on: |
4 | | -# pull_request: |
5 | | -# push: |
6 | | -# branches: |
7 | | -# - main |
| 3 | +on: |
| 4 | + pull_request: |
| 5 | + push: |
| 6 | + branches: |
| 7 | + - main |
8 | 8 |
|
9 | | -# concurrency: |
10 | | -# group: test-pipeline-${{ github.ref }} |
11 | | -# cancel-in-progress: true |
| 9 | +concurrency: |
| 10 | + group: test-pipeline-${{ github.ref }} |
| 11 | + cancel-in-progress: true |
12 | 12 |
|
13 | | -# jobs: |
14 | | -# install: |
15 | | -# uses: ./.github/workflows/install-dependencies.yml |
16 | | -# with: |
17 | | -# node-version: "20" |
| 13 | +jobs: |
| 14 | + install: |
| 15 | + uses: ./.github/workflows/install-dependencies.yml |
| 16 | + with: |
| 17 | + node-version: "20" |
18 | 18 |
|
19 | | -# build-sandbox: |
20 | | -# uses: ./.github/workflows/build_sandbox.yml |
21 | | -# with: |
22 | | -# node-version: "20" |
| 19 | + build-sandbox: |
| 20 | + uses: ./.github/workflows/build_sandbox.yml |
| 21 | + with: |
| 22 | + node-version: "20" |
23 | 23 |
|
24 | | -# playwright_asset_exchange: |
25 | | -# needs: [install, build-sandbox] |
26 | | -# uses: ./.github/workflows/playwright_asset_exchange.yml |
27 | | -# with: |
28 | | -# node-version: "20" |
| 24 | + playwright_asset_exchange: |
| 25 | + needs: [install, build-sandbox] |
| 26 | + uses: ./.github/workflows/playwright_asset_exchange.yml |
| 27 | + with: |
| 28 | + node-version: "20" |
29 | 29 |
|
30 | | -# playwright_dashboard: |
31 | | -# needs: [install, build-sandbox] |
32 | | -# uses: ./.github/workflows/playwright_dashboard.yml |
33 | | -# with: |
34 | | -# node-version: "20" |
| 30 | + # playwright_dashboard: |
| 31 | + # needs: [install, build-sandbox] |
| 32 | + # uses: ./.github/workflows/playwright_dashboard.yml |
| 33 | + # with: |
| 34 | + # node-version: "20" |
35 | 35 |
|
36 | | -# playwright_lockup: |
37 | | -# needs: [install, build-sandbox] |
38 | | -# uses: ./.github/workflows/playwright_lockup.yml |
39 | | -# with: |
40 | | -# node-version: "20" |
| 36 | + # playwright_lockup: |
| 37 | + # needs: [install, build-sandbox] |
| 38 | + # uses: ./.github/workflows/playwright_lockup.yml |
| 39 | + # with: |
| 40 | + # node-version: "20" |
41 | 41 |
|
42 | | -# playwright_payments: |
43 | | -# needs: [install, build-sandbox] |
44 | | -# uses: ./.github/workflows/playwright_payments.yml |
45 | | -# with: |
46 | | -# node-version: "20" |
| 42 | + # playwright_payments: |
| 43 | + # needs: [install, build-sandbox] |
| 44 | + # uses: ./.github/workflows/playwright_payments.yml |
| 45 | + # with: |
| 46 | + # node-version: "20" |
47 | 47 |
|
48 | | -# playwright_settings: |
49 | | -# needs: [install, build-sandbox] |
50 | | -# uses: ./.github/workflows/playwright_settings.yml |
51 | | -# with: |
52 | | -# node-version: "20" |
| 48 | + # playwright_settings: |
| 49 | + # needs: [install, build-sandbox] |
| 50 | + # uses: ./.github/workflows/playwright_settings.yml |
| 51 | + # with: |
| 52 | + # node-version: "20" |
53 | 53 |
|
54 | | -# playwright_stake_delegation: |
55 | | -# needs: [install, build-sandbox] |
56 | | -# uses: ./.github/workflows/playwright_stake_delegation.yml |
57 | | -# with: |
58 | | -# node-version: "20" |
| 54 | + # playwright_stake_delegation: |
| 55 | + # needs: [install, build-sandbox] |
| 56 | + # uses: ./.github/workflows/playwright_stake_delegation.yml |
| 57 | + # with: |
| 58 | + # node-version: "20" |
59 | 59 |
|
60 | | -# playwright_system_updates: |
61 | | -# needs: [install, build-sandbox] |
62 | | -# uses: ./.github/workflows/playwright_system_updates.yml |
63 | | -# with: |
64 | | -# node-version: "20" |
| 60 | + # playwright_system_updates: |
| 61 | + # needs: [install, build-sandbox] |
| 62 | + # uses: ./.github/workflows/playwright_system_updates.yml |
| 63 | + # with: |
| 64 | + # node-version: "20" |
65 | 65 |
|
66 | | -# playwright_treasury_factory: |
67 | | -# needs: [install, build-sandbox] |
68 | | -# uses: ./.github/workflows/playwright_treasury_factory.yml |
69 | | -# with: |
70 | | -# node-version: "20" |
| 66 | + # playwright_treasury_factory: |
| 67 | + # needs: [install, build-sandbox] |
| 68 | + # uses: ./.github/workflows/playwright_treasury_factory.yml |
| 69 | + # with: |
| 70 | + # node-version: "20" |
71 | 71 |
|
72 | | -# playwright_web4: |
73 | | -# needs: [install, build-sandbox] |
74 | | -# uses: ./.github/workflows/playwright_web4.yml |
75 | | -# with: |
76 | | -# node-version: "20" |
| 72 | + # playwright_web4: |
| 73 | + # needs: [install, build-sandbox] |
| 74 | + # uses: ./.github/workflows/playwright_web4.yml |
| 75 | + # with: |
| 76 | + # node-version: "20" |
0 commit comments