Skip to content

Commit

Permalink
fixed workflow file reference to aleo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Stepanovic committed Oct 29, 2024
1 parent a2ad6c0 commit 4625c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dbt_test_recent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
dbt deps
- name: Run DBT Jobs
run: |
dbt run -m "lava_models,tag:recent_test"
dbt test -m "lava_models,tag:recent_test"
dbt run -m "aleo_models,tag:recent_test"
dbt test -m "aleo_models,tag:recent_test"

0 comments on commit 4625c19

Please sign in to comment.