diff --git a/.github/workflows/shellspec.yml b/.github/workflows/shellspec.yml index f8bc3434f13..cdcaf02a810 100644 --- a/.github/workflows/shellspec.yml +++ b/.github/workflows/shellspec.yml @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: install curl - apt-get -y install curl + run: apt-get -y install curl - name: Install shellspec run: | curl -fsSL https://github.com/shellspec/shellspec/releases/download/${{ env.SHELLSPEC_VERSION }}/shellspec-dist.tar.gz | tar -xz -C /usr/share diff --git a/tests/shell/trigger_10681 b/tests/shell/trigger_10681 new file mode 100644 index 00000000000..e69de29bb2d