Skip to content

Commit

Permalink
[DDS-1576] Added check of working dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Jul 31, 2023
1 parent f293b18 commit e904c9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/goss-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.images }}
tags: |
type=ref,event=branch
- run: ls -al $(pwd)
- run: ls -al ./tests
- name: Install Goss
uses: e1himself/[email protected]
- name: Execute Goss tests
run: |
GOSS_FILE=./tests/goss.${{ matrix.type }}_goss.yaml 'dgoss run -i ${{ steps.meta.outputs.tags }}'
GOSS_FILE=./tests/goss.${{ matrix.type }}_goss.yaml; dgoss run -i ${{ steps.meta.outputs.tags }}

0 comments on commit e904c9c

Please sign in to comment.