ci/cd - add missing runs-on for reusable tests-ui

This commit is contained in:
bunkerity 2023-03-07 10:51:52 +01:00
parent 93945f391f
commit 2d440d26e1
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
steps:
# Prepare
- name: Checkout source code