Skip to content

Commit

Permalink
testing the issue-678 (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashgaonkar committed Sep 5, 2024
1 parent d8eb2f1 commit 34bb95c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-issue-678.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#testing the issue-678 (2)
#testing the issue-678 (4)
name: Build Project

on:
Expand All @@ -15,12 +15,12 @@ jobs:
container:
image: docker:cli
steps:
- name: Set up JDK
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
- name: Execute Java
- name: Execute Java
run: |
which java
type java
Expand Down

0 comments on commit 34bb95c

Please sign in to comment.