Skip to content

Commit

Permalink
Merge pull request #64 from Qualys/QINT-17274
Browse files Browse the repository at this point in the history
QINT-17274: Getting error for Junit test cases present in the released marketplace while running the Action workflow, QINT-17275: Getting "Error: Unable to access jarfile ./GitHubActionsQWas-0.0.1-SNAPSHOT.jar" error while running Action workflow
  • Loading branch information
qsadhav authored Feb 9, 2024
2 parents ccfb493 + 8aa4fbd commit aaed977
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 2,608 deletions.
6 changes: 0 additions & 6 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,6 @@ runs:
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

- name: Archive JAR Artifact
uses: actions/upload-artifact@v3
with:
name: GitHub-Action-QWas-Artifact
path: target/GitHubActionsQWas-0.0.1-SNAPSHOT.jar

- name: Spinning up Qualys WAS Scan Plugin
run: java -jar target/GitHubActionsQWas-0.0.1-SNAPSHOT.jar
Expand Down

This file was deleted.

30 changes: 0 additions & 30 deletions src/test/java/com/example/GitHubActionsQWas/model/TestModel.java

This file was deleted.

Loading

0 comments on commit aaed977

Please sign in to comment.