Skip to content

Commit

Permalink
ci/cd gsed alias
Browse files Browse the repository at this point in the history
  • Loading branch information
darky committed Dec 21, 2024
1 parent 73db9a0 commit f4d3428
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npx prettier --check "{src/*.ts,test/*.ts}"
- run: alias gsed="sed"
- run: npm run test
- run: |
alias gsed="sed"
npm run test

0 comments on commit f4d3428

Please sign in to comment.