Skip to content

Commit

Permalink
Update CodeQL to only build but not run. Should speed up process
Browse files Browse the repository at this point in the history
  • Loading branch information
AWOuellette committed Oct 13, 2023
1 parent 6a612c5 commit 6c6f458
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: "CodeQL"

on:
push:
branches: [ "AWOuellette-patch-1" ]
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
Expand Down Expand Up @@ -85,20 +85,6 @@ jobs:
run: mvn package -DskipTests
working-directory: ./code/SoloSavingsApp

# - name: Start Tomcat container
# run: |
# docker run -d -p 8080:8080 --name tomcat tomcat:8.5

# - name: Copy WAR file to container
# run: docker cp target/*.war tomcat:/usr/local/tomcat/webapps
# working-directory: ./code/SoloSavingsApp

# - name: Wait for app to start
# run: |
# while ! curl -s http://localhost:8080; do
# sleep 1
# done

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
Expand Down

0 comments on commit 6c6f458

Please sign in to comment.