diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 287c7adc..4f709871 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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" ######### diff --git a/.github/workflows/it.yml b/.github/workflows/it.yml index c1f6ffc8..f0244692 100644 --- a/.github/workflows/it.yml +++ b/.github/workflows/it.yml @@ -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 }}"