Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
fix
  • Loading branch information
spsjvc committed Aug 5, 2024
commit 3378ebe979dab369041082f258e73a32fbeacc0a
4 changes: 0 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
audit:
name: 'Audit'
runs-on: ubuntu-latest
needs: install
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -30,7 +29,6 @@ jobs:
check-formatting:
name: 'Check Formatting'
runs-on: ubuntu-latest
needs: install
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -44,7 +42,6 @@ jobs:
test-unit:
name: Test (Unit)
runs-on: ubuntu-latest
needs: install
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -64,7 +61,6 @@ jobs:
test-integration:
name: Test (Integration)
runs-on: ubuntu-latest
needs: install
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down