Skip to content

Commit 07d4542

Browse files
committed
uncomment test pipeline
1 parent f609f29 commit 07d4542

File tree

1 file changed

+63
-63
lines changed

1 file changed

+63
-63
lines changed
Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,76 @@
1-
# name: Test Pipeline
1+
name: Test Pipeline
22

3-
# on:
4-
# pull_request:
5-
# push:
6-
# branches:
7-
# - main
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- main
88

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
1212

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"
1818

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"
2323

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"
2929

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"
3535

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"
4141

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"
4747

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"
5353

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"
5959

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"
6565

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"
7171

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

Comments
 (0)