Skip to content

Commit f3e0f67

Browse files
authored
get the code to have access to the script
1 parent 0abb8a4 commit f3e0f67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
- /var/run/docker.sock:/var/run/docker.sock:ro
2323

2424
steps:
25+
26+
- name: Get the code
27+
uses: actions/checkout@v3
28+
2529
# Install/cache OpenJDK
2630
- name: Cache OpenJDK
2731
id: cache-openjdk

0 commit comments

Comments
 (0)