Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
as3810t authored Nov 3, 2024
1 parent f0eb2ce commit e44910d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
name: build
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
echo "❌ Failed" >> $GITHUB_STEP_SUMMARY
test:
name: test
name: Test
runs-on: ubuntu-latest
needs: [build]
steps:
Expand Down

0 comments on commit e44910d

Please sign in to comment.