File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: RC Integration Tester
33
44on :
55 schedule :
6- - cron : " 0 4 24 SEP *"
6+ - cron : " 30 14 9 FEB *"
77 workflow_dispatch :
88
99jobs :
@@ -108,11 +108,11 @@ jobs:
108108 - name : Install
109109 run : npm install
110110
111- # - name: Install Architect
112- # run: npm i @architect/architect
111+ - name : Install Architect
112+ run : npm i @architect/architect@RC
113113
114- - name : Install Sandbox RC
115- run : npm i @architect/sandbox@4.1.0-RC.0
114+ # - name: Install Sandbox RC
115+ # run: npm i @architect/sandbox
116116
117117 - name : Install Test Dependencies
118118 run : npm i tape tap-spec tiny-json-http
@@ -144,7 +144,7 @@ jobs:
144144 url : ${{ secrets.BX_SLACK_BX_CHANNEL }}
145145 commit : true
146146 token : ${{ secrets.GITHUB_TOKEN }}
147-
147+
148148 # check_user_permission:
149149 # outputs:
150150 # has-permission: ${{ steps.check.outputs.has-permission }}
@@ -167,8 +167,6 @@ jobs:
167167 # if: "! steps.check.outputs.has-permission"
168168 # run: echo "HAS_PERMISSION=false"
169169
170-
171-
172170 # staging_tests:
173171 # timeout-minutes: 30
174172 # if: needs.check_user_permission.outputs.has-permission
You can’t perform that action at this time.
0 commit comments