Skip to content

Commit

Permalink
exporing the manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
msciabarra committed Sep 15, 2023
1 parent aa0d4c3 commit 0b64ccd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
nuv -info
- name: 1 Deploy
run: tests/1-deploy.sh $PLATFORM
- run: curl http://localhost/api/runtimes
- name: 3 SysRedis
run: tests/3-sys-redis.sh $PLATFORM
- name: 4 SysMongo
Expand All @@ -74,8 +75,10 @@ jobs:
run: tests/5-sys-minio.sh $PLATFORM
- name: 6 Login
run: tests/6-login.sh $PLATFORM
- run: curl http://localhost/api/runtimes
- name: 7 Static
run: tests/7-static.sh $PLATFORM
- run: curl http://localhost/api/runtimes
- name: 8 UserRedis
run: tests/8-user-redis.sh $PLATFORM
- name: 9a UserFerretDB
Expand All @@ -84,12 +87,13 @@ jobs:
run: tests/9b-user-postgres.sh $PLATFORM
- name: 10 UserMinio
run: tests/10-user-minio.sh $PLATFORM
- run: curl http://localhost/api/runtimes
- name: 14 RuntimeTesting
run: tests/14-runtime-testing.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

test-windows:
runs-on: windows-2022
Expand Down
Empty file removed debug
Empty file.

0 comments on commit 0b64ccd

Please sign in to comment.