Skip to content

Commit

Permalink
👷 Stop running tests in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DRFR0ST committed Apr 22, 2024
1 parent b071895 commit 5349253
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,6 @@ jobs:
- name: Install dependencies
run: bun install

- name: Run tests
uses: nick-fields/retry@v2
with:
timeout_minutes: 5
max_attempts: 3
retry_wait_seconds: 60
command: bun run test
env:
LIBRE_LINK_EMAIL: ${{ secrets.LIBRE_LINK_EMAIL }}
LIBRE_LINK_PASSWORD: ${{ secrets.LIBRE_LINK_PASSWORD }}
LIBRE_LINK_UP_VERSION: ${{ secrets.LIBRE_LINK_UP_VERSION }}

- name: Build library
run: bun run build
env:
Expand Down

0 comments on commit 5349253

Please sign in to comment.