Skip to content

Commit

Permalink
Adjust action definition
Browse files Browse the repository at this point in the history
  • Loading branch information
pushkarnk committed Aug 7, 2024
1 parent 0b00947 commit 3d9ffd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
- name: Setup OpenSSL configuration
run: |
sudo mkdir -p /usr/local/ssl
sudo cp ${{ github.workspace }}/test/conf/openssl.cnf /usr/local/ssl/openssl.cnf
sudo cp ${{ github.workspace }}/src/test/conf/openssl.cnf /usr/local/ssl/openssl.cnf
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload logfile
uses: actions/upload-artifact@v2
if: always()
with:
name: test.out
path: ${{ github.workspace }}/build/test/test.out
name: maven-surefire-reports
path: ${{ github.workspace }}/target/surefire-reports

0 comments on commit 3d9ffd3

Please sign in to comment.