Skip to content

Commit

Permalink
disable linux integration tests and tidy changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisme committed Nov 13, 2021
1 parent 8b20f6f commit 0e673a5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
changelog="${changelog//'%'/'%25'}"
changelog="${changelog//$'\n'/'%0A'}"
changelog="${changelog//$'\r'/'%0D'}"
changelog="New features for notifi:\n$changelog"
changelog="Some new features for notifi including: %0A$changelog"
echo "::set-output name=CHANGELOG::$changelog"
#########
Expand Down
42 changes: 21 additions & 21 deletions .github/workflows/it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,24 @@ jobs:
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
sudo snap install -y flutter
flutter channel stable
flutter upgrade
./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
# sudo snap install -y flutter
# flutter channel stable
# flutter upgrade
# ./test_driver/test.sh "${{ matrix.device }}" "${{ matrix.branch }}" "${{ secrets.B64_ENV }}" "${{ secrets.B64_DEV_ENV }}"

0 comments on commit 0e673a5

Please sign in to comment.