Skip to content

Commit 9ff5677

Browse files
committed
Run "auto-update-from"
1 parent 4048e21 commit 9ff5677

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/test-installers.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ jobs:
9999
name: windows
100100
- platform:
101101
name: linux
102-
# Temporarily disable running the auto-update-from
103-
- test: auto-update-from
104102
runs-on: ${{ matrix.platform.runs-on }}
105103
steps:
106104
- name: Checkout
@@ -117,6 +115,18 @@ jobs:
117115
path: packages/compass-smoke-tests/.downloads
118116
- name: Install dependencies and build packages
119117
run: npm run bootstrap-ci
118+
119+
- name: Create Github App Token
120+
uses: mongodb-js/devtools-shared/actions/setup-bot-token@main
121+
if: matrix.test == 'auto-update-from'
122+
id: app-token
123+
with:
124+
app-id: ${{ vars.DEVTOOLS_BOT_APP_ID }}
125+
private-key: ${{ secrets.DEVTOOLS_BOT_PRIVATE_KEY }}
126+
- name: Install Compass Update server
127+
if: matrix.test == 'auto-update-from'
128+
run: npm install --workspace packages/compass-smoke-tests https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/10gen/compass-mongodb-com
129+
120130
- name: Run tests
121131
env:
122132
EVERGREEN_BUCKET_NAME: ${{ inputs.bucket_name }}

0 commit comments

Comments
 (0)