ci
This commit is contained in:
parent
03002da24d
commit
0e989ed80b
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
backend:
|
backend:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: mosenioring/ci-gradle-node:8.7
|
image: forgejo.okit.pl/oskar/ci-gradle-node:8.7
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
flutter:
|
flutter:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: mosenioring/ci-flutter-node:stable
|
image: forgejo.okit.pl/oskar/ci-flutter-node:stable
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
@ -51,4 +51,3 @@ jobs:
|
||||||
flutter pub get
|
flutter pub get
|
||||||
flutter analyze
|
flutter analyze
|
||||||
flutter test
|
flutter test
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue