We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45bece4 commit a70b01bCopy full SHA for a70b01b
1 file changed
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
cd "$DIR"
69
echo "PROJECT_DIR=$DIR" >> $GITHUB_ENV
70
ls -la
71
- printf "n" | cfn init -vv -t AWS::Foo::Bar
+ printf "n" | cfn init -vv --artifact-type RESOURCE --type-name AWS::Foo::Bar
72
73
mkdir ./dist
74
cp "$RPDK_PATH" ./dist
@@ -77,7 +77,7 @@ jobs:
77
npm install --optional
78
sam build --debug --build-dir ./build TypeFunction
79
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
+ sam local invoke -t build/template.yaml --debug --event sam-tests/create.json --log-file sam.log TestEntrypoint
81
grep -q '"status":"SUCCESS"' sam.log
82
- name: Gather Debug Logs
83
id: gather_logs
0 commit comments