Skip to content

Commit

Permalink
fixing flow by trying to remove echo
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ko committed Aug 23, 2024
1 parent 903e0ff commit f1d41c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-only.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: sudo chmod +x codecov

- name: Pick a base for the PR
run: ./codecov pr-base-picking -t ${{ secrets.CODECOV_TOKEN }} --base-sha echo $(git rev-parse origin/main) --pr ${{ github.event.number }} --service github --slug vlad-ko/laravel-stripe-app-gh
run: ./codecov pr-base-picking -t ${{ secrets.CODECOV_TOKEN }} --base-sha $(git rev-parse origin/main) --pr ${{ github.event.number }} --service github --slug vlad-ko/laravel-stripe-app-gh

# RUN tests an upload reports ### (Codecov integration - STEP 3)
- name: Run Service Testsuite with Coverage
Expand Down

0 comments on commit f1d41c0

Please sign in to comment.