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

chore: add github actions [read-only for now] #24803

Merged
merged 72 commits into from
Jan 9, 2025
Merged
Changes from 1 commit
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
635433e
chore: test action
carlosmiei Jan 8, 2025
481ce04
add command
carlosmiei Jan 8, 2025
8aec9a4
update
carlosmiei Jan 8, 2025
bc4f467
dummy changes
carlosmiei Jan 8, 2025
931151f
add diff
carlosmiei Jan 8, 2025
068bb01
test
carlosmiei Jan 8, 2025
399b87b
add fetch depth
carlosmiei Jan 8, 2025
96ceb22
update
carlosmiei Jan 8, 2025
8ba48f9
try origin.master
carlosmiei Jan 8, 2025
d5fd135
try head
carlosmiei Jan 8, 2025
490c448
update script
carlosmiei Jan 8, 2025
20c6c69
rename action
carlosmiei Jan 8, 2025
831b2e9
update script
carlosmiei Jan 8, 2025
d3f6560
print ws and rest exchanges
carlosmiei Jan 8, 2025
1d22f6d
ws exchanges
carlosmiei Jan 8, 2025
5ad6cc2
update script
carlosmiei Jan 8, 2025
be9b850
try provide all exchanges
carlosmiei Jan 8, 2025
b28ab3f
try different format
carlosmiei Jan 8, 2025
ddfe889
parse json
carlosmiei Jan 8, 2025
1a62b5d
test diff
carlosmiei Jan 8, 2025
6dbce33
change path
carlosmiei Jan 8, 2025
72dcbdb
trim workflow
carlosmiei Jan 8, 2025
cde829b
detch command
carlosmiei Jan 8, 2025
d28a062
u
carlosmiei Jan 8, 2025
1e599ab
several updates
carlosmiei Jan 8, 2025
789ac4f
debug
carlosmiei Jan 8, 2025
5f768ce
log
carlosmiei Jan 8, 2025
09e54ed
add
carlosmiei Jan 8, 2025
5f9438c
dummy change
carlosmiei Jan 8, 2025
45f5ac7
dry logic
carlosmiei Jan 8, 2025
d008d32
try conditional branch
carlosmiei Jan 8, 2025
a81813c
add steps
carlosmiei Jan 8, 2025
339ceb6
add package.json commands
carlosmiei Jan 8, 2025
6ced170
update version
carlosmiei Jan 8, 2025
7df5a10
revert
carlosmiei Jan 8, 2025
a05c96f
update
carlosmiei Jan 8, 2025
0a16b2d
update
carlosmiei Jan 8, 2025
086439d
missing command
carlosmiei Jan 8, 2025
3ab34c6
save into a file
carlosmiei Jan 8, 2025
332bdb3
debug live-tests
carlosmiei Jan 8, 2025
467c4ad
try path adjustment
carlosmiei Jan 8, 2025
9617bac
update path
carlosmiei Jan 8, 2025
90fc918
add debug log
carlosmiei Jan 8, 2025
60e55c7
try again
carlosmiei Jan 8, 2025
f39d405
try diffrent import
carlosmiei Jan 8, 2025
0810fc6
try without
carlosmiei Jan 8, 2025
0465b9f
check validity of the keys
carlosmiei Jan 8, 2025
a0eae50
add file
carlosmiei Jan 8, 2025
aa872cb
fix npm command
carlosmiei Jan 8, 2025
1e3a4ec
improve script
carlosmiei Jan 8, 2025
9ab047f
except run-tests-simul
carlosmiei Jan 8, 2025
74f6802
update script
carlosmiei Jan 8, 2025
b158b38
add debug statement
carlosmiei Jan 8, 2025
6386303
fix eof
carlosmiei Jan 8, 2025
82040a1
isolate args
carlosmiei Jan 9, 2025
af7fe72
dummy change
carlosmiei Jan 9, 2025
cb6235a
add python action
carlosmiei Jan 9, 2025
551195d
add cs and PHP
carlosmiei Jan 9, 2025
8b4057f
fix php and python
carlosmiei Jan 9, 2025
9e237b1
fix c# transpilation
carlosmiei Jan 9, 2025
442de69
add composer install to PHP
carlosmiei Jan 9, 2025
59bab95
rename file
carlosmiei Jan 9, 2025
da42b7b
detect ref
carlosmiei Jan 9, 2025
278a698
revert exchange
carlosmiei Jan 9, 2025
9466e41
remove tsx usage
carlosmiei Jan 9, 2025
cf98ede
fix response/request command
carlosmiei Jan 9, 2025
9039b60
update packagejson
carlosmiei Jan 9, 2025
b708aa4
Merge branch 'master' of github.com:ccxt/ccxt into init-actions-test
carlosmiei Jan 9, 2025
aba42e2
optimize js build
carlosmiei Jan 9, 2025
0b96190
fix c# flag
carlosmiei Jan 9, 2025
cdc4c56
fix php transpilation
carlosmiei Jan 9, 2025
530f452
revert 2 files
carlosmiei Jan 9, 2025
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
add fetch depth
  • Loading branch information
carlosmiei committed Jan 8, 2025
commit 399b87b1e67268903dbd2ec26e151b8bc909acf4
2 changes: 2 additions & 0 deletions .github/workflows/test-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
Loading