Skip to content

Commit

Permalink
modify: test action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MinchoGreenT committed Aug 14, 2023
1 parent eb767e8 commit cc000d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit cc000d9

Please sign in to comment.