Skip to content

Commit

Permalink
Remove shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
ronhombre authored Jan 17, 2024
1 parent cb851b0 commit 6899af1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.

- run: |
echo "Run, Build Application using script"
./runtests.sh
echo "Run Tests"
./gradlew :cleanJvmTest :jvmTest --tests "asia.hombre.kyber.Tests"
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
category: "/language:${{matrix.language}}"

0 comments on commit 6899af1

Please sign in to comment.