Skip to content

Commit

Permalink
Disabloi testejä väliaikaisesti
Browse files Browse the repository at this point in the history
  • Loading branch information
solita-staskila committed Jan 29, 2025
1 parent a2ea710 commit 436ae04
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/reusable_run_app_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,42 +27,42 @@ on:
required: false
build-harja:
description: 'Buildataanko harja kevyesti ("light") vai täysi build ("full") tai ei ollenkaan "false"'
default: 'full'
default: 'light'
type: string
required: false
scan-docker-image:
description: 'Enabloi scan-docker-image job'
default: 'true'
default: 'false'
type: string
required: false
deps-tree:
description: 'Enabloi deps-tree job'
default: 'true'
default: 'false'
type: string
required: false
lint-clj:
description: 'Enabloi lint-clj job'
default: 'true'
default: 'false'
type: string
required: false
backend-tests:
description: 'Enabloi back-tests job'
default: 'true'
default: 'false'
type: string
required: false
basic-tests:
description: 'Enabloi basic-tests job'
default: 'true'
default: 'false'
type: string
required: false
integration-tests:
description: 'Enabloi integration-tests job'
default: 'true'
default: 'false'
type: string
required: false
e2e-tests:
description: 'Enabloi e2e-tests job'
default: 'true'
default: 'false'
type: string
required: false

Expand Down

0 comments on commit 436ae04

Please sign in to comment.