File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 9494 if : ${{ ! github.event.pull_request.head.repo.fork }}
9595 run : |
9696 # create an extension with default parameters (enter all new lines to use defaults)
97- printf "\n\n\n\n\n\n\n\n\n" | LOCALSTACK_API_KEY =${{ secrets.TEST_LOCALSTACK_API_KEY }} DEBUG=1 ./dist-bin/localstack extensions dev new
97+ printf "\n\n\n\n\n\n\n\n\n" | LOCALSTACK_AUTH_TOKEN =${{ secrets.TEST_LOCALSTACK_AUTH_TOKEN }} DEBUG=1 ./dist-bin/localstack extensions dev new
9898 # print the directory output
9999 ls -al my-localstack-extension
100100 # remove it again
@@ -133,12 +133,6 @@ jobs:
133133 # Pull images to avoid making smoke tests vulnerable to system behavior (docker pull speed)
134134 docker pull localstack/localstack-pro
135135 cd dist-bin
136- # start pro with an API key (legacy)
137- LOCALSTACK_API_KEY=${{ secrets.TEST_LOCALSTACK_API_KEY }} ./localstack start -d
138- ./localstack wait -t 180
139- ./localstack status services --format plain
140- ./localstack status services --format plain | grep "xray=available"
141- ./localstack stop
142136 # start pro with an auth token and extensions dev mode (see issue #20)
143137 LOCALSTACK_AUTH_TOKEN=${{ secrets.TEST_LOCALSTACK_AUTH_TOKEN }} EXTENSION_DEV_MODE=1 ./localstack start -d
144138 ./localstack wait -t 180
You can’t perform that action at this time.
0 commit comments