[dagster-pipes-test] improve test_message_report_asset_check #17
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: dagster-pipes-java | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened, closed] | |
paths: | |
- "libraries/pipes/implementations/java/**" | |
- ".github/workflows/libraries-pipes-java.yml" | |
defaults: | |
run: | |
working-directory: ./libraries/pipes/implementations/java/dagster-pipes-java/ | |
jobs: | |
integration-tests: | |
name: "Dagster Integration Tests" | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: DeterminateSystems/nix-installer-action@main | |
- uses: DeterminateSystems/magic-nix-cache-action@main | |
- name: Run tests | |
run: | | |
nix develop --command \ | |
bash -c "uv run pytest" |