Skip to content

Commit fc5aee6

Browse files
author
Workflow Sync Bot
committed
💬 - Files Synced | Runner ID : 103 | ⚡ Triggered By begin-examples/integration-tester
1 parent 18b520d commit fc5aee6

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

‎.github/workflows/rc-tester.yml

+6-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: RC Integration Tester
33

44
on:
55
schedule:
6-
- cron: "0 4 24 SEP *"
6+
- cron: "30 14 9 FEB *"
77
workflow_dispatch:
88

99
jobs:
@@ -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

0 commit comments

Comments
 (0)