Skip to content

Commit

Permalink
Remove periods
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed May 22, 2024
1 parent ad9d99b commit c3f4606
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
java-version: '17'
distribution: 'adopt'
cache: 'maven'
- name: 'Compile jar.'
- name: 'Compile jar'
run: 'mvn -DskipTests package'
- name: 'Upload artifact.'
- name: 'Upload artifact'
uses: actions/upload-artifact@v4
with:
name: 'iguana-jar'
Expand All @@ -36,11 +36,11 @@ jobs:
with:
java-version: '21'
cache: 'maven'
- name: 'Generate configuration files.'
- name: 'Generate configuration files'
run: './graalvm/generate-config.sh'
- name: 'Compile native-binary.'
- name: 'Compile native-binary'
run: 'mvn -DskipTests package -Pnative'
- name: 'Upload artifact.'
- name: 'Upload artifact'
uses: actions/upload-artifact@v4
with:
name: 'iguana-jar'
Expand Down

0 comments on commit c3f4606

Please sign in to comment.