diff --git a/.github/workflows/scripts-test.yml b/.github/workflows/scripts-test.yml
index 1358bcb37..f2fdc8a19 100644
--- a/.github/workflows/scripts-test.yml
+++ b/.github/workflows/scripts-test.yml
@@ -1,4 +1,4 @@
-name: Execute Scripts
+name: OpenIM Start Execute Scripts
on:
push:
@@ -27,20 +27,23 @@ jobs:
uses: actions/checkout@v2
- name: Start Docker Compose
- run: |
+ run: |
docker-compose stop
docker-compose up -d
+ sleep 60
- name: Stop all services
run: |
chmod +x ./scripts/stop_all.sh
./scripts/stop_all.sh
+ shell: bash
- name: Build all services
run: |
chmod +x ./scripts/build_all_service.sh
./scripts/build_all_service.sh
cat logs/openIM.log
+ shell: bash
- name: Start all services
run: |
@@ -48,16 +51,19 @@ jobs:
./scripts/start_all.sh
cat logs/openIM.log
continue-on-error: true
+ shell: bash
- name: Check all services
run: |
chmod +x ./scripts/check_all.sh
./scripts/check_all.sh
cat logs/openIM.log
+ shell: bash
continue-on-error: true
- name: Print openIM.log
run: |
- cat -n logs/openIM.log
+ cat logs/openIM.log
cat logs/openIM.log >> "$GITHUB_OUTPUT"
-
+ shell: bash
+ continue-on-error: true
diff --git a/assets/logo-gif/openim-logo.gif b/assets/logo-gif/openim-logo.gif
index 779789641..42d7d6536 100644
Binary files a/assets/logo-gif/openim-logo.gif and b/assets/logo-gif/openim-logo.gif differ
diff --git a/assets/openim-logo-gradient.pdf b/assets/openim-logo-gradient.pdf
new file mode 100644
index 000000000..362117672
Binary files /dev/null and b/assets/openim-logo-gradient.pdf differ
diff --git a/assets/openim-logo-gradient.svg b/assets/openim-logo-gradient.svg
new file mode 100644
index 000000000..2e9b86d0e
--- /dev/null
+++ b/assets/openim-logo-gradient.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/openim-logo-green.pdf b/assets/openim-logo-green.pdf
new file mode 100644
index 000000000..c8b7e1187
Binary files /dev/null and b/assets/openim-logo-green.pdf differ
diff --git a/assets/openim-logo-green.svg b/assets/openim-logo-green.svg
new file mode 100644
index 000000000..cb49a5202
--- /dev/null
+++ b/assets/openim-logo-green.svg
@@ -0,0 +1 @@
+
\ No newline at end of file