Skip to content

Commit

Permalink
change env configs
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Mar 20, 2024
1 parent 70e2fb2 commit eb10ae8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
name: Run operandi tests
needs: build-native
env:
ENV_FILE: ./.github/workflows/tests/.env
ENV_FILE: ./.github/workflows/test.env
strategy:
fail-fast: false
matrix:
Expand Down
File renamed without changes.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ PIP3_INSTALL = pip3 install
BUILD_ORDER = src/utils src/server src/broker src/harvester
UNINSTALL_ORDER = operandi_harvester operandi_broker operandi_server operandi_utils

ifneq (,$(wildcard ./.env))
include ./.env
endif
# ifneq (,$(wildcard ./.env))
# include ./.env
# endif

ifneq (,$(wildcard ./tests/.env))
include ./tests/.env
endif
# ifneq (,$(wildcard ./tests/.env))
# include ./tests/.env
# endif

help:
@echo ""
Expand Down

0 comments on commit eb10ae8

Please sign in to comment.