Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
tjzel committed May 8, 2024
1 parent cdaf155 commit 7edb9f2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-monorepo-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
with:
distribution: "zulu"
java-version: "17"
- name: pwd
run: pwd
- name: ls
run: ls -la
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-on-windows-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
distribution: "zulu"
java-version: "17"
- name: pwd
run: pwd
- name: ls
run: ls -la
- name: Set up Node.js
uses: actions/setup-node@v4
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-v8-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
with:
distribution: "zulu"
java-version: "17"
- name: pwd
run: pwd
- name: ls
run: ls -la
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 7edb9f2

Please sign in to comment.