Skip to content

Commit

Permalink
Add more steps
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshwerv committed Aug 22, 2024
1 parent 0d60191 commit a4bf2b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/updateSDKQueries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
repository: fragment-dev/graphql-queries
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Run ls
run: ls -lah

- uses: actions/checkout@v4
name: Checkout node-client

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit a4bf2b5

Please sign in to comment.