Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test repair #1285

Open
wants to merge 37 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
b4c4410
old test targets has been removed from fearless
DRadmir Sep 4, 2024
929bb0c
new test target has been implemented
DRadmir Sep 5, 2024
1f7c168
test fix
DRadmir Sep 5, 2024
023b08b
build fix
DRadmir Sep 6, 2024
0de4cca
path fix
DRadmir Sep 6, 2024
5fa7087
script has been fixed
DRadmir Sep 6, 2024
090948f
scripts queue reordered
DRadmir Sep 6, 2024
07924bc
test
DRadmir Sep 6, 2024
154687f
Sourcery scripts has been fixed
DRadmir Sep 6, 2024
1c9a7e8
Merge branch 'test-repair' of github.com:soramitsu/fearless-iOS into …
DRadmir Sep 6, 2024
a6b5f33
source path has been fixed
DRadmir Sep 6, 2024
7b17583
use config directory
DRadmir Sep 6, 2024
8d4250c
use config directory
DRadmir Sep 6, 2024
61c62d1
Merge branch 'test-repair' of github.com:soramitsu/fearless-iOS into …
DRadmir Sep 6, 2024
899b696
source path fix
DRadmir Sep 6, 2024
7851123
The configurations were combined
DRadmir Sep 6, 2024
01f29c6
fix yml
DRadmir Sep 6, 2024
8d14983
scripts fixes
DRadmir Sep 6, 2024
c6ac0cb
fix for output file
DRadmir Sep 6, 2024
7e7850f
CIKeys path
DRadmir Sep 6, 2024
93396bc
new place for generated file
DRadmir Sep 6, 2024
1079e8b
out path fix
DRadmir Sep 6, 2024
12bf304
fix
DRadmir Sep 6, 2024
ea694fe
fix
DRadmir Sep 6, 2024
1710957
fix
DRadmir Sep 6, 2024
6886056
Fix var
C4tWithShell Sep 6, 2024
dec185b
Fix var
C4tWithShell Sep 6, 2024
0c51fa8
Fix var
C4tWithShell Sep 6, 2024
cbd0d84
Fix var
C4tWithShell Sep 6, 2024
90a599e
Test relative path
C4tWithShell Sep 6, 2024
25815b2
Test vars
C4tWithShell Sep 9, 2024
490bb5b
Test
C4tWithShell Sep 9, 2024
cf4404d
Fix vars
C4tWithShell Sep 9, 2024
b1eca73
Test vars
C4tWithShell Sep 9, 2024
1790822
Clean
C4tWithShell Sep 9, 2024
b508764
Add output
C4tWithShell Sep 9, 2024
254673f
Adjust vars
C4tWithShell Sep 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix var
  • Loading branch information
C4tWithShell committed Sep 6, 2024
commit cbd0d84036eab284a2aa9a396baeb990d092f707
3 changes: 2 additions & 1 deletion fearless/SourceryConfiguration/sourcery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ configurations:
- ../../fearless
templates:
- ./CIKeys.stencil
output: ${PROJECT_DIR}
output:
"${PROJECT_DIR}"
args:
moonPaySecretKey: $MOONPAY_PRODUCTION_SECRET
moonPayTestSecretKey: $MOONPAY_TEST_SECRET
Expand Down
Loading