diff --git a/.github/workflows/mal_ci.yml b/.github/workflows/mal_ci.yml index 696dbb8e..df08340a 100644 --- a/.github/workflows/mal_ci.yml +++ b/.github/workflows/mal_ci.yml @@ -16,6 +16,7 @@ jobs: java: [8, 11, 17] fail-fast: false max-parallel: 1 + environment: MyAnimeList CI steps: - name: 📤 Checkout Repository uses: actions/checkout@v2.4.0 @@ -38,4 +39,4 @@ jobs: echo ${{ secrets.MAL_TOKEN }} > src/test/java/resources/token.txt - name: ✔ Test with Maven - run: mvn test -fae --no-transfer-progress \ No newline at end of file + run: mvn test -fae --no-transfer-progress