Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Feb 14, 2025
1 parent 92b1858 commit 882629b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ jobs:
WITH_DOCKER: no
MIX_ENV: prod
TERM: linux
WITH_AI: 0
WITH_LV_NATIVE: 0
WITH_AI: "0"
WITH_LV_NATIVE: "0"
steps:
-
name: Cancel any already running releases workflows
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:
env:
FLAVOUR: ${{matrix.flavour}}
MIX_TEST_ONLY: ${{matrix.test_only}}
CI: true
MIX_ENV: test
WITH_DOCKER: partial
CI: true
WITH_AI: "0"
WITH_LV_NATIVE: "0"
TEST_LOG_TRUNCATE: 340
TEST_LOG_LEVEL: error
SECRET_KEY_BASE: "kSNSvYkWk14onNdbYzhEqFyG5TzpOO9+FFlk5sIrhTk0RV6+FeL/nM8DWQffDah4woepgQdrP6J8cjWGyehcWcRWvIIWXsghp0yY9/fEjgfUekD15P9LGRCmu6exIQ6g"
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"bonfire_social_graph": {:git, "https://github.com/bonfire-networks/bonfire_social_graph", "68f026f17ee0017437e29ff67cba96d415b029fb", []},
"bonfire_tag": {:git, "https://github.com/bonfire-networks/bonfire_tag", "b0949b3e45f0b1ef8952cfcce4b99e09f3ed9ac0", []},
"bonfire_ui_boundaries": {:git, "https://github.com/bonfire-networks/bonfire_ui_boundaries", "361dbd7323c9e920afb797145f0758cfe1a7bae5", []},
"bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "c67b63accac4fdc4ddfb55c9bb75b647528aed72", []},
"bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "865e01218260bfb52f23e8b56cdeaf57e9248e1e", []},
"bonfire_ui_groups": {:git, "https://github.com/bonfire-networks/bonfire_ui_groups", "76dc2a611528768e4a6152584296141b6b14595f", []},
"bonfire_ui_me": {:git, "https://github.com/bonfire-networks/bonfire_ui_me", "2150c841b780f62d8d751300c809b1c7f8134f5b", []},
"bonfire_ui_messages": {:git, "https://github.com/bonfire-networks/bonfire_ui_messages", "3d250cd9493ccd7c538a309b4a3c2db37fb45ab9", []},
Expand Down

0 comments on commit 882629b

Please sign in to comment.