Skip to content

Commit

Permalink
Revert "require signoff"
Browse files Browse the repository at this point in the history
This reverts commit 3c2a73f.
  • Loading branch information
Katsute committed Dec 4, 2021
1 parent 3c2a73f commit 9b739fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mal_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ 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 @@ -39,4 +38,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 9b739fa

Please sign in to comment.