Skip to content

Commit

Permalink
disable linux tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisme committed Dec 23, 2021
1 parent 2934ee2 commit 8ee40c2
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,3 @@ jobs:
arch: x86_64
profile: Nexus 6P
script: ./test_driver/test.sh "${{ matrix.device }}" "${{ matrix.branch }}" "${{ secrets.B64_ENV }}" "${{ secrets.B64_DEV_ENV }}"

test-linux:
runs-on: ubuntu-latest
strategy:
matrix:
branch: ["master", "develop"]
device: ["linux"]
steps:
- uses: actions/checkout@v2
with:
ref: "refs/heads/${{ matrix.branch }}"
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- name: Test
run: |
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev xserver-xorg-core
sudo snap install flutter --classic
flutter channel stable
flutter upgrade
./test_driver/test.sh "${{ matrix.device }}" "${{ matrix.branch }}" "${{ secrets.B64_ENV }}" "${{ secrets.B64_DEV_ENV }}"

0 comments on commit 8ee40c2

Please sign in to comment.