Skip to content

Commit

Permalink
fix: Test only
Browse files Browse the repository at this point in the history
  • Loading branch information
Runkang10 committed Oct 21, 2024
1 parent fb163ed commit ac7ec37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ jobs:
run: ./gradlew dokkaGfm --no-daemon

- name: Install GitHub CLI
run: |
sudo apt-get install gh
run: sudo apt-get install gh

- name: Authenticate GitHub CLI
run: gh auth login --with-token

- name: Upload Documentation to Wiki
run: |
Expand All @@ -50,8 +52,6 @@ jobs:
git add .
git commit -m "Update documentation" || echo "No changes to commit"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ac7ec37

Please sign in to comment.