Skip to content

Commit 4e26899

Browse files
box-sdk-buildbox-sdk-build
and
box-sdk-build
authored
chore: Fix GitHub actions and integration tests (box/box-codegen#712) (#594)
Co-authored-by: box-sdk-build <[email protected]>
1 parent de73795 commit 4e26899

File tree

6 files changed

+14
-11
lines changed

6 files changed

+14
-11
lines changed

.codegen.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "90eaba8", "specHash": "f737b7b", "version": "1.15.1" }
1+
{ "engineHash": "5f0371b", "specHash": "f737b7b", "version": "1.15.1" }

.github/workflows/build_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Node ${{ matrix.node }}
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
- name: Setup Node
2121
uses: actions/setup-node@v3
2222
with:

.github/workflows/build_and_test_browser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Browser ${{ matrix.browser }}
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
- name: Setup Node
2020
uses: actions/setup-node@v3
2121
with:

.github/workflows/spell-check-lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout current repository
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313
- name: Checkout spellchecker
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515
with:
1616
ref: refs/heads/main
1717
repository: box/box-sdk-spellchecker

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-browser/sdkTest.config.mjs

+3
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,7 @@ export const testEnvList = [
3131
'APP_ITEM_ASSOCIATION_FILE_ID',
3232
'APP_ITEM_ASSOCIATION_FOLDER_ID',
3333
'APP_ITEM_SHARED_LINK',
34+
'SLACK_AUTOMATION_USER_ID',
35+
'SLACK_ORG_ID',
36+
'SLACK_PARTNER_ITEM_ID',
3437
];

0 commit comments

Comments
 (0)