Skip to content

Commit

Permalink
add breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGDX committed Oct 16, 2024
1 parent 6cbf748 commit 4965e11
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pushaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
ORG_GRADLE_PROJECT_GITHUB_USERNAME: ""
ORG_GRADLE_PROJECT_GITHUB_API_TOKEN: ""
steps:
- name: Symlink Node 16 to Node 20
run: |
cd $RUNNER_HOME/actions-runner/externals
mv node20 node20.bak
ln -s node16 node20
- name: Breakpoint to check the build results
uses: namespacelabs/breakpoint-action@v0
with:
duration: 30m
authorized-users: sonicgdx
- name: Install dependencies into minimal dockerfile
run: |
# ubuntu dockerfile is very minimal (only 122 packages are installed)
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/releaseaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
ORG_GRADLE_PROJECT_GITHUB_USERNAME: ""
ORG_GRADLE_PROJECT_GITHUB_API_TOKEN: ""
steps:
- name: Symlink Node 16 to Node 20
run: |
cd $RUNNER_HOME/actions-runner/externals
mv node20 node20.bak
ln -s node16 node20
- name: Breakpoint to check the build results
uses: namespacelabs/breakpoint-action@v0
with:
duration: 30m
authorized-users: sonicgdx
- name: Install dependencies into minimal dockerfile
run: |
# ubuntu dockerfile is very minimal (only 122 packages are installed)
Expand Down

0 comments on commit 4965e11

Please sign in to comment.