File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
.github/actions/setup-and-test Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1212 pwd && ls -al && cat package.json
1313 shell : bash
1414
15+ - name : Initial Debug, Show git status and remotes
16+ run : |
17+ git --version && git status && git remote -v && git log --oneline --decorate --graph -n 10
18+ shell : bash
19+
1520 - name : Checkout code
1621 uses : actions/checkout@v4.2.2
1722 with :
2227 pwd && ls -al && cat package.json
2328 shell : bash
2429
30+ - name : Post checkout Debug, Show git status and remotes
31+ run : git --version && git status && git remote -v && git log --oneline --decorate --graph -n 10
32+ shell : bash
33+
2534 # - name: PNPM
2635 # run: corepack enable && corepack prepare pnpm@latest --activate
2736 # run: corepack enable && corepack prepare pnpm@latest --activate
Original file line number Diff line number Diff line change 1212 pwd && ls -al && cat package.json
1313 shell : bash
1414
15+ - name : Initial Debug, Show git status and remotes
16+ run : |
17+ git --version && git status && git remote -v && git log --oneline --decorate --graph -n 10
18+ shell : bash
19+
1520 - name : Checkout code
1621 uses : actions/checkout@v4.2.2
1722 with :
2227 pwd && ls -al && cat package.json
2328 shell : bash
2429
30+ - name : Post checkout Debug, Show git status and remotes
31+ run : git --version && git status && git remote -v && git log --oneline --decorate --graph -n 10
32+ shell : bash
33+
2534 # - name: PNPM
2635 # run: corepack enable && corepack prepare pnpm@latest --activate
2736 # run: corepack enable && corepack prepare pnpm@latest --activate
You can’t perform that action at this time.
0 commit comments