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

add test script

parent 5e02781c
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