Skip to content

Commit

Permalink
print directory contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Long Le authored and Long Le committed Sep 16, 2024
1 parent 103c2c9 commit fb6dce8
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/tyk-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,20 +131,18 @@ jobs:
# fi
# done
# List repo content post sub
- name: 'List Repository Contents Post-Substitution'
run: |
pwd
ls -la
# Run linter and validation workflow
- name: Run Linter for Staging Environment
uses: ./.github/workflows/tyk-lint.yml
with:
environment: 'stg'

# List repo content post sub
# - name: 'List Repository Contents Post-Substitution'
# run: |
# cd stg
# pwd
# cat stg*.json | grep "target_url"
# ls -la

# Check for modified files
- name: Commit and Push Changes
run: |
Expand Down

0 comments on commit fb6dce8

Please sign in to comment.