Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
ci: rename workflow from Release to Test and update job names for cla…
Browse files Browse the repository at this point in the history
…rity
  • Loading branch information
notguoxin committed Jan 8, 2025
1 parent a565fd9 commit 6c4c21b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-realease.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Release
name: Test

on:
push:
branches:
- dev

jobs:
testfrontend:
test_frontend:
name: 'Format & Build Frontend'
runs-on: ubuntu-latest
continue-on-error: false # This ensures the workflow fails if this step fails
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Build Frontend
run: npm run build

release:
test_release:
runs-on: ubuntu-latest
needs: [testfrontend]
steps:
Expand Down

0 comments on commit 6c4c21b

Please sign in to comment.