update workflow

This commit is contained in:
sam 2025-03-06 17:27:21 +08:00
parent ed777e5d0b
commit 0b747e426a
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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"