chore: test
This commit is contained in:
parent
b9f1eebe56
commit
08d64e6f2b
|
|
@ -36,12 +36,13 @@ jobs:
|
||||||
scripts/prepare.sh
|
scripts/prepare.sh
|
||||||
scripts/test_driver.sh"
|
scripts/test_driver.sh"
|
||||||
|
|
||||||
# coverage is done on the flutter image because we setup olm there
|
# coverage is done on the flutter-linux image because we setup olm there
|
||||||
# coverage_without_olm is done on dart images because why not :D
|
# coverage_without_olm is done on dart images because why not :D
|
||||||
coverage:
|
coverage:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/famedly/container-image-flutter/flutter-linux:${{inputs.flutter_version}}
|
image: ghcr.io/famedly/container-image-flutter/flutter-linux:${{inputs.flutter_version}}
|
||||||
|
options: --user root
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue