File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6868 cd "$DIR"
6969 echo "PROJECT_DIR=$DIR" >> $GITHUB_ENV
7070 ls -la
71- printf "n" | cfn init -vv -t AWS::Foo::Bar
71+ printf "n" | cfn init -vv --artifact-type RESOURCE --type-name AWS::Foo::Bar
7272 ls -la
7373 mkdir ./dist
7474 cp "$RPDK_PATH" ./dist
7777 npm install --optional
7878 sam build --debug --build-dir ./build TypeFunction
7979 sam build --debug --build-dir ./build TestEntrypoint
80- sam local invoke -t build/template.yaml --debug --event sam-tests/create.json --log-file sam.log TestEntrypoint
80+ sam local invoke -t build/template.yaml --debug --event sam-tests/create.json --log-file sam.log TestEntrypoint
8181 grep -q '"status":"SUCCESS"' sam.log
8282 - name : Gather Debug Logs
8383 id : gather_logs
You can’t perform that action at this time.
0 commit comments