Skip to content

Commit

Permalink
require signoff
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute authored Dec 4, 2021
1 parent dcb8257 commit 3c2a73f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mal_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
run: mvn test -fae --no-transfer-progress

0 comments on commit 3c2a73f

Please sign in to comment.