Skip to content

Commit

Permalink
Tweaked main.yml titles
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfarrelldev committed Apr 1, 2024
1 parent 8524bfc commit 39d895e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- staging
jobs:
test:
name: Test app
name: Test App
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -22,7 +22,7 @@ jobs:
run: npm run test
# env:
deploy:
name: Deploy app
name: Deploy App to Preview
needs: test
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 39d895e

Please sign in to comment.