Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshod5 committed May 24, 2024
1 parent bb28c58 commit 226b6a7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on: [ push, pull_request ]

jobs:
build:
build-and-run-tests:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -34,13 +34,6 @@ jobs:
--build \
-d
test:
runs-on: ubuntu-latest
needs: build

steps:
- uses: actions/checkout@v4

- name: Set up environment
run: |
git lfs fetch
Expand All @@ -57,7 +50,6 @@ jobs:
ruff:
runs-on: ubuntu-latest
needs: build

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 226b6a7

Please sign in to comment.