Skip to content

Commit

Permalink
Add back debug
Browse files Browse the repository at this point in the history
  • Loading branch information
imindich committed Dec 23, 2024
1 parent ef1a62e commit 6834bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
matrix:
platform: ${{ fromJson(needs.initialize.outputs.platforms) }}
include: ${{ fromJson(needs.initialize.outputs.includes) }}
config: [devel, qa, gold]
config: [devel, qa, debug, gold]
container: ${{ needs.docker-build-image.outputs.docker_tag }}
env:
TEST_ARTIFACTS_KEY: ${{ matrix.platform }}_${{ matrix.name }}_test_artifacts
Expand Down

0 comments on commit 6834bcb

Please sign in to comment.