From 46920cda2b7571d8ecb9a8e9606d6df3890e5b39 Mon Sep 17 00:00:00 2001 From: yennanliu Date: Thu, 31 Oct 2024 15:53:31 +0800 Subject: [PATCH] update --- .github/workflows/maven_spotifyPlaylist.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven_spotifyPlaylist.yaml b/.github/workflows/maven_spotifyPlaylist.yaml index 82ed9986d..979cf785a 100644 --- a/.github/workflows/maven_spotifyPlaylist.yaml +++ b/.github/workflows/maven_spotifyPlaylist.yaml @@ -28,4 +28,4 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: rm -rf ~/.m2 && cd springSpotifyPlayList/backend/SpotifyPlayList && mvn -Dtest=com.yen.SpotifyPlayList.service.* test \ No newline at end of file + run: rm -rf ~/.m2 && cd springSpotifyPlayList/backend/SpotifyPlayList && mvn -DskipTests=true package #&& mvn -Dtest=com.yen.SpotifyPlayList.service.* test \ No newline at end of file