diff --git a/.github/workflows/php-8.1-couch-mongo.yml b/.github/workflows/php-8.1-couch-mongo.yml index a35fb60..ba2b953 100644 --- a/.github/workflows/php-8.1-couch-mongo.yml +++ b/.github/workflows/php-8.1-couch-mongo.yml @@ -26,7 +26,7 @@ jobs: image: kirschbaumdevelopment/laravel-test-runner:8.1-couch-mongo steps: - - uses: actions/checkout@v2 - - run: | - curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh - goss --gossfile 8.1-couch-mongo/goss.yaml validate \ No newline at end of file + - uses: actions/checkout@v2 + - run: | + curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh + goss --gossfile 8.1-couch-mongo/goss.yaml validate \ No newline at end of file diff --git a/.github/workflows/php-8.1-publish.yml b/.github/workflows/php-8.1-publish.yml index 41906a0..c7a3a24 100644 --- a/.github/workflows/php-8.1-publish.yml +++ b/.github/workflows/php-8.1-publish.yml @@ -24,7 +24,7 @@ jobs: image: kirschbaumdevelopment/laravel-test-runner:8.1 steps: - - uses: actions/checkout@v2 - - run: | - curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh - goss --gossfile 8.1/goss.yaml validate \ No newline at end of file + - uses: actions/checkout@v2 + - run: | + curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh + goss --gossfile 8.1/goss.yaml validate \ No newline at end of file diff --git a/.github/workflows/php-8.2-publish.yml b/.github/workflows/php-8.2-publish.yml index 383d1c5..ee289e9 100644 --- a/.github/workflows/php-8.2-publish.yml +++ b/.github/workflows/php-8.2-publish.yml @@ -24,7 +24,7 @@ jobs: image: kirschbaumdevelopment/laravel-test-runner:8.2 steps: - - uses: actions/checkout@v2 - - run: | - curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh - goss --gossfile 8.2/goss.yaml validate \ No newline at end of file + - uses: actions/checkout@v2 + - run: | + curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh + goss --gossfile 8.2/goss.yaml validate \ No newline at end of file diff --git a/.github/workflows/php-8.3-publish.yml b/.github/workflows/php-8.3-publish.yml index 69c1976..6b4fef0 100644 --- a/.github/workflows/php-8.3-publish.yml +++ b/.github/workflows/php-8.3-publish.yml @@ -24,7 +24,7 @@ jobs: image: kirschbaumdevelopment/laravel-test-runner:8.3 steps: - - uses: actions/checkout@v2 - - run: | - curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh - goss --gossfile 8.3/goss.yaml validate \ No newline at end of file + - uses: actions/checkout@v2 + - run: | + curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh + goss --gossfile 8.3/goss.yaml validate \ No newline at end of file