Skip to content

Commit

Permalink
add local-tests to github CI
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Sep 11, 2023
1 parent fd35880 commit 5a2eeb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
distribution: 'temurin'
java-version: '11'
cache: 'maven'
- name: Local Tests
run: ./local_tests.sh
- name: Example tests
env:
OSC_ACCESS_KEY: ${{ secrets.OSC_ACCESS_KEY }}
Expand Down

0 comments on commit 5a2eeb1

Please sign in to comment.