Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RichtXO committed Aug 28, 2024
1 parent 4600022 commit db9dee3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,21 @@ on:
jobs:
CI:
runs-on: ubuntu-latest
environment: prod

env:
SPOTIFY_CLIENT_ID: ${{ secrets.SPOTIFY_CLIENT_ID }}
SPOTIFY_SECRET: ${{ secrets.SPOTIFY_SECRET }}

steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4.2.2

- name: Set up JDK 21
uses: actions/setup-java@v4.2.2
with:
distribution: 'temurin'
java-version: '21'
cache: maven

- name: Run the Maven test
run: mvn test
Expand Down

0 comments on commit db9dee3

Please sign in to comment.