Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
hotfix/72 fix autotests (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegYurchik authored Oct 9, 2023
2 parents 6d0238a + 808ea5b commit a18c921
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/autotests-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ jobs:
test:
runs-on: self-hosted
steps:
- name: Check environment
run: |
echo "MESSENGER_BASE_URL=${MESSENGER_ROOT_URL_STAGE}${MESSENGER_ROOT_PATH_STAGE}"
echo "NOTIFICATIONS_BASE_URL=${NOTIFICATIONS_ROOT_URL_STAGE}${NOTIFICATIONS_ROOT_PATH_STAGE}"
echo "PROJECTS_BASE_URL=${PROJECTS_ROOT_URL_STAGE}${PROJECTS_ROOT_PATH_STAGE}"
echo "STORAGE_BASE_URL=${STORAGE_ROOT_URL_STAGE}${STORAGE_ROOT_PATH_STAGE}"
echo "USERS_BASE_URL=${USERS_ROOT_URL_STAGE}${USERS_ROOT_PATH_STAGE}"
- name: Autotests
run: >
docker run --rm
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sapphire Backend

![Stage Autotests Status](https://github.com/habralab/sapphire-team-back/actions/workflows/autotests-stage.yml/badge.svg)
![Stage Autotests Status](https://github.com/habralab/sapphire-team-back/actions/workflows/autotests-stage.yaml/badge.svg)

Backend for developer collaboration service

Expand Down

0 comments on commit a18c921

Please sign in to comment.