Skip to content

Commit

Permalink
debug_build
Browse files Browse the repository at this point in the history
  • Loading branch information
msciabarra committed Sep 15, 2023
1 parent d0aa84b commit a41a6d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ jobs:
nuv -info
- name: 1 Deploy
run: tests/1-deploy.sh $PLATFORM
- name: Debug Action (if requested)
run: .github/debugAction.sh
- name: Wait for Debug (if requested)
run: .github/waitIfDebug.sh
- name: 3 SysRedis
run: tests/3-sys-redis.sh $PLATFORM
- name: 4 SysMongo
Expand All @@ -86,6 +82,10 @@ jobs:
run: tests/9b-user-postgres.sh $PLATFORM
- name: 10 UserMinio
run: tests/10-user-minio.sh $PLATFORM
- name: Debug Action (if requested)
run: .github/debugAction.sh
- name: Wait for Debug (if requested)
run: .github/waitIfDebug.sh
- name: 14 RuntimeTesting
run: tests/14-runtime-testing.sh $PLATFORM

Expand Down

0 comments on commit a41a6d2

Please sign in to comment.