Skip to content

Commit

Permalink
Collapse jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Oct 23, 2023
1 parent 979c947 commit ba8732a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,19 +366,13 @@ jobs:
run: |
just install
- name: Setup development ruff version
- name: Run ruff-lsp tests
run: |
# Make executable and prepend to path
# Setup development binary
chmod +x ${{ steps.ruff-target.outputs.download-path }}/ruff
export PATH=${{ steps.ruff-target.outputs.download-path }}:$PATH
ruff version
# Set the environment for subsequent jobs
echo "PATH=$PATH" >> "$GITHUB_ENV"
- name: Run ruff-lsp tests
run: |
just test
benchmarks:
Expand Down

0 comments on commit ba8732a

Please sign in to comment.