Skip to content

Commit

Permalink
🔧 add environment value
Browse files Browse the repository at this point in the history
  • Loading branch information
geoje committed Jul 23, 2024
1 parent addaf3e commit 08d9f34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/be-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
environment: test
permissions:
pull-requests: write

Expand All @@ -34,6 +35,8 @@ jobs:
- name: Generate test report
working-directory: ./backend
env:
JASYPT_PASSWORD: ${{ secrets.JASYPT_PASSWORD }}
run: |
chmod +x ./gradlew
./gradlew jacocoTestReport
Expand Down

0 comments on commit 08d9f34

Please sign in to comment.