Skip to content

Commit

Permalink
ci: update action name
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitkolhe committed Sep 28, 2024
1 parent b3a3bef commit edd6252
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
relase:
name: Test and Deploy to Staging
name: Run tests and build
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand All @@ -28,3 +28,6 @@ jobs:

- name: Run Tests
run: bun run test

- name: Try to build
run: bun run build

0 comments on commit edd6252

Please sign in to comment.