mirror of
https://github.com/FlipsideCrypto/ronin-models.git
synced 2026-02-06 13:26:48 +00:00
update workflow
This commit is contained in:
parent
ed777e5d0b
commit
0b747e426a
4
.github/workflows/dbt_run_scheduled_abis.yml
vendored
4
.github/workflows/dbt_run_scheduled_abis.yml
vendored
@ -40,10 +40,6 @@ jobs:
|
||||
pip install -r requirements.txt
|
||||
dbt deps
|
||||
|
||||
- name: Get new contract ABIs
|
||||
run: |
|
||||
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "fsc_evm,tag:bronze_abis" "fsc_evm,tag:streamline_abis_complete" "fsc_evm,tag:streamline_abis_realtime"
|
||||
|
||||
- name: Update ABI Models
|
||||
run: |
|
||||
dbt run -m "fsc_evm,tag:silver_abis" "fsc_evm,tag:gold_abis"
|
||||
|
||||
4
.github/workflows/dbt_run_scheduled_main.yml
vendored
4
.github/workflows/dbt_run_scheduled_main.yml
vendored
@ -47,3 +47,7 @@ jobs:
|
||||
- name: Send new logs for decoding
|
||||
run: |
|
||||
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "fsc_evm,tag:bronze_decoded_logs" "fsc_evm,tag:streamline_decoded_logs_realtime" "fsc_evm,tag:streamline_decoded_logs_complete"
|
||||
|
||||
- name: Get new contract ABIs
|
||||
run: |
|
||||
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "fsc_evm,tag:bronze_abis" "fsc_evm,tag:streamline_abis_realtime" "fsc_evm,tag:streamline_abis_complete"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user