Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Unit tests
on:
workflow_dispatch:
pull_request:
paths:
- 'src/**'
- '.github/workflows/run-tests.yml'
branches:
- 'release'
- 'main'

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

# Deploy the bundle to the "qa" target as defined
# in the bundle's settings file.
- run: databricks bundle deploy -t prod1
- run: databricks bundle deploy -t stage
working-directory: .
env:
DATABRICKS_TOKEN: ${{ secrets.DEV_TOKEN }}
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

# Run the Databricks workflow named "my-job" as defined in the
# bundle that was just deployed.
- run: databricks bundle run de_stack_job -t prod1
- run: databricks bundle run de_stack_job -t stage
working-directory: .
env:
DATABRICKS_TOKEN: ${{ secrets.DEV_TOKEN}}
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pytz~=2022.2.1
pytest>=7.1.2
Loading