Skip to content

Commit

Permalink
Update GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LEDfan committed May 7, 2024
1 parent 54b6db3 commit fcc98e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: Tests

on: [ push ]
on:
push:
workflow_dispatch:

jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11 ]
java:
- 17

steps:
- uses: actions/checkout@v2
Expand All @@ -31,6 +34,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 17
- name: Run Dependency Check
run: mvn -Powasp-dependency-check verify -DskipTests
- name: Archive code coverage results
Expand Down
4 changes: 0 additions & 4 deletions src/test/resources/application-test-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ proxy:
- name: demo2
password: demo2

docker:
url: http://localhost:2375


specs:
- id: nobody
container-image: openanalytics/shinyproxy-integration-test-app:latest
Expand Down

0 comments on commit fcc98e8

Please sign in to comment.