Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdalmolin committed Feb 2, 2024
1 parent b59fd21 commit 43a066e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-8.1-couch-mongo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
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
curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh
goss --gossfile 8.1-couch-mongo/goss.yaml validate
4 changes: 2 additions & 2 deletions .github/workflows/php-8.1-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
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
curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh
goss --gossfile 8.1/goss.yaml validate
4 changes: 2 additions & 2 deletions .github/workflows/php-8.2-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
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
curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh
goss --gossfile 8.2/goss.yaml validate
4 changes: 2 additions & 2 deletions .github/workflows/php-8.3-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
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
curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh
goss --gossfile 8.3/goss.yaml validate

0 comments on commit 43a066e

Please sign in to comment.