Skip to content

Commit

Permalink
ci: run integration tests with the latest runners and fix tests stabi…
Browse files Browse the repository at this point in the history
…lity
  • Loading branch information
jokerttu committed Sep 27, 2024
1 parent 0d17144 commit 00b7d6f
Show file tree
Hide file tree
Showing 15 changed files with 606 additions and 521 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/analyze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
name: Checkout code
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
name: Setup flutter
with:
flutter-version: "3.22.x"
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
name: Setup melos
with:
melos-version: "6.0.0"
- name: "Run Flutter Analyze"
Expand All @@ -45,16 +48,20 @@ jobs:
timeout-minutes: 20
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
name: Checkout code
- uses: actions/setup-java@v4
name: Setup java
with:
distribution: "temurin"
java-version: "17"
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
name: Setup flutter
with:
flutter-version: "3.22.x"
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
name: Setup melos
with:
melos-version: "6.0.0"
- name: Restore Cache
Expand Down
151 changes: 0 additions & 151 deletions .github/workflows/build.yaml

This file was deleted.

159 changes: 0 additions & 159 deletions .github/workflows/integration_tests.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/licence-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
name: Checkout code
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version: "^1.13.1"
Expand Down
Loading

0 comments on commit 00b7d6f

Please sign in to comment.