Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtanko committed May 30, 2024
1 parent b042a5c commit 01a4dd0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ jobs:
- name: Run tests
run: dart pub run test

test-linux:
timeout-minutes: 5
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: dart pub get
- name: Run tests
run: dart pub run test

format:
timeout-minutes: 5
runs-on: ubuntu-latest
Expand Down

0 comments on commit 01a4dd0

Please sign in to comment.