Skip to content

Commit

Permalink
test: add test to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
saraburns1 committed Jul 12, 2024
1 parent f97a4dc commit 105d81c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
branches: [ main ]

jobs:
tests:
run_tests:
name: tests
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v4

- name: Run tests
run: dbt test

0 comments on commit 105d81c

Please sign in to comment.