Skip to content
Snippets Groups Projects
Commit 1d4c9f73 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

Merge branch 'flutter/tests'

parents 5e02781c d92fed65
No related branches found
No related tags found
No related merge requests found
stages:
- test
variables:
FLUTTER_TEST_IMAGE: andrijoos/flutter:3-linux
APP_DIRECTORY: "."
.run_tests:
stage: test
image: ${FLUTTER_TEST_IMAGE}
tags:
- amd64
script:
- cd ${APP_DIRECTORY}
- flutter test ${TEST_ARGS}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment