Skip to content

Commit

Permalink
change the pipe name
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasadi committed Jul 26, 2024
1 parent 661ac27 commit 6eb04d3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pullRequests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ on:
pull_request:
branches:
- main
name: Pull Request Pipeline
name: pull_request_pipeline
jobs:
pull_request_pipeline:
name: Pull Request Pipeline
name: pull_request_pipeline
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -31,7 +31,6 @@ jobs:

- name: Pretty
run: npm run-script prettier-check
# complete the test coverage
# complete the test coverage
- name: Test
run: npm test

0 comments on commit 6eb04d3

Please sign in to comment.