Skip to content

Commit

Permalink
rename stage
Browse files Browse the repository at this point in the history
  • Loading branch information
miraclx committed Aug 7, 2022
1 parent ae3f277 commit 0f2bb27
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
docker image ls -a
- name: Spotify - Download Track
run: npm test -- --docker freyr-dev spotify.track --stage test-stage
run: npm test -- --docker freyr-dev spotify.track --stage ./stage

spotify-album:
if: ${{ always() }}
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
docker image ls -a
- name: Spotify - Download Album
run: npm test -- --docker freyr-dev spotify.album --stage test-stage
run: npm test -- --docker freyr-dev spotify.album --stage ./stage

spotify-artist:
if: ${{ always() }}
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
docker image ls -a
- name: Spotify - Download Album
run: npm test -- --docker freyr-dev spotify.artist --stage test-stage
run: npm test -- --docker freyr-dev spotify.artist --stage ./stage

spotify-playlist:
if: ${{ always() }}
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
docker image ls -a
- name: Spotify - Download Playlist
run: npm test -- --docker freyr-dev spotify.playlist --stage test-stage
run: npm test -- --docker freyr-dev spotify.playlist --stage ./stage

apple-music:
if: false
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
docker image ls -a
- name: Apple Music - Download Track
run: npm test -- --docker freyr-dev apple_music.track --stage test-stage
run: npm test -- --docker freyr-dev apple_music.track --stage ./stage

apple-music-album:
if: ${{ always() }}
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
docker image ls -a
- name: Apple Music - Download Album
run: npm test -- --docker freyr-dev apple_music.album --stage test-stage
run: npm test -- --docker freyr-dev apple_music.album --stage ./stage

apple-music-artist:
if: ${{ always() }}
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
docker image ls -a
- name: Apple Music - Download Artist
run: npm test -- --docker freyr-dev apple_music.artist --stage test-stage
run: npm test -- --docker freyr-dev apple_music.artist --stage ./stage

apple-music-playlist:
if: ${{ always() }}
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
docker image ls -a
- name: Apple Music - Download Playlist
run: npm test -- --docker freyr-dev apple_music.playlist --stage test-stage
run: npm test -- --docker freyr-dev apple_music.playlist --stage ./stage

deezer:
if: false
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
docker image ls -a
- name: Deezer - Download Track
run: npm test -- --docker freyr-dev deezer.track --stage test-stage
run: npm test -- --docker freyr-dev deezer.track --stage ./stage

deezer-album:
if: ${{ always() }}
Expand Down Expand Up @@ -374,7 +374,7 @@ jobs:
docker image ls -a
- name: Deezer - Download Album
run: npm test -- --docker freyr-dev deezer.album --stage test-stage
run: npm test -- --docker freyr-dev deezer.album --stage ./stage

deezer-artist:
if: ${{ always() }}
Expand Down Expand Up @@ -403,7 +403,7 @@ jobs:
docker image ls -a
- name: Deezer - Download Artist
run: npm test -- --docker freyr-dev deezer.artist --stage test-stage
run: npm test -- --docker freyr-dev deezer.artist --stage ./stage

deezer-playlist:
if: ${{ always() }}
Expand Down Expand Up @@ -432,7 +432,7 @@ jobs:
docker image ls -a
- name: Deezer - Download Playlist
run: npm test -- --docker freyr-dev deezer.playlist --stage test-stage
run: npm test -- --docker freyr-dev deezer.playlist --stage ./stage


docker-publish:
Expand Down

0 comments on commit 0f2bb27

Please sign in to comment.