We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9771b commit e857955Copy full SHA for e857955
buildspec/linuxTests.yml
@@ -13,7 +13,7 @@ env:
13
# followed by Error: Could not delete obsolete instance handle Error: ENOENT: no such file or directory, unlink <path>
14
AWS_TOOLKIT_TEST_CACHE_DIR: '/tmp/.vscode-test/'
15
AWS_TOOLKIT_TEST_USER_DIR: '/tmp/.vscode-test/user-data/'
16
- GITHUB_TOKEN: ${GITHUB_READONLY_TOKEN}
+ GITHUB_TOKEN: $GITHUB_READONLY_TOKEN
17
18
phases:
19
install:
buildspec/packageTestVsix.yml
@@ -8,7 +8,7 @@ env:
8
AWS_TOOLKIT_TEST_USER_DIR: '/tmp/'
9
# needed or else webpack will cause it to run out of memory
10
NODE_OPTIONS: '--max-old-space-size=8192'
11
12
0 commit comments