From 9b8d38886a37b74f1d5f75097e4582c3716da3ac Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Mon, 05 Sep 2022 16:35:03 +0000 Subject: [PATCH] fix: yaml syntaxes --- --- a/.github/workflows/autogen-js-types.yml +++ b/.github/workflows/autogen-js-types.yml @@ -86,7 +86,8 @@ - name: Enumerate files after generation working-directory: tests - run: ls -la + run: | + ls -la - name: Stop running containers if: always() # run this step always -- gitstuff