Skip to content

Commit

Permalink
git check
Browse files Browse the repository at this point in the history
  • Loading branch information
renauter authored Feb 26, 2024
1 parent a3bb3ea commit 67701b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/060_generate_benchmark_weights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ jobs:
key: ${{ runner.os }}-tfchain-build-cache-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-tfchain-build-cache

- name: Git check
run: |
pwd
ls -a
git config --global --add safe.directory /__w/tfchain/tfchain
git status
- name: Build
run: |
cd substrate-node
Expand Down Expand Up @@ -71,6 +78,7 @@ jobs:
run: |
pwd
ls -a
git config --global --add safe.directory /__w/tfchain/tfchain
git status
- name: Commit & Push changes
Expand Down

0 comments on commit 67701b6

Please sign in to comment.