Skip to content

Commit 58bbd3a

Browse files
committed
ffs it's filename not path
1 parent b8c1f5f commit 58bbd3a

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

config.yml

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,27 +55,30 @@ steps:
5555
event: pull_request.synchronize
5656
link: '%actions.setup_pr.data.html_url%'
5757
actions:
58+
- type: getFileContents
59+
filename: "./lib/js/src/Index.bs.js"
60+
action_id: index_bs_js
5861
- type: gate
5962
left: '/Generated by BUCKLESCRIPT/gm'
6063
operator: test
6164
right: '%actions.index_bs_js%'
6265
- type: respond
6366
with: 01.02-build-project.md
6467

65-
# - title: 'Local Setup: Build Project'
66-
# description: Create project bundle
67-
# event: pull_request.synchronize
68-
# link: '%actions.setup_pr.data.html_url%'
69-
# actions:
70-
# - type: getFileContents
71-
# path: "./bundle/index.js"
72-
# action_id: bundle_index_js
73-
# - type: gate
74-
# left: '/fastpack/gm'
75-
# operator: test
76-
# right: '%actions.bundle_index_js%'
77-
# - type: respond
78-
# with: 01.03-check-app-local.md
68+
- title: 'Local Setup: Build Project'
69+
description: Create project bundle
70+
event: pull_request.synchronize
71+
link: '%actions.setup_pr.data.html_url%'
72+
actions:
73+
- type: getFileContents
74+
filename: "./bundle/index.js"
75+
action_id: bundle_index_js
76+
- type: gate
77+
left: '/fastpack/gm'
78+
operator: test
79+
right: '%actions.bundle_index_js%'
80+
- type: respond
81+
with: 01.03-check-app-local.md
7982

8083
# - title: 'Local Setup: Check App Works'
8184
# description: Create project bundle

0 commit comments

Comments
 (0)