Skip to content

Commit

Permalink
CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasrw committed Aug 15, 2024
1 parent 4ee6708 commit 25d236d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g .
- run: rexreplace --version
- run: npx yarn install
- name: Setup rr command
run: |
echo 'alias rexreplace="node ./bin/rexreplace.cli.js"' >> $HOME/.bashrc
source $HOME/.bashrc
rexreplace --version || echo "RexReplace not accessible"
- run: npx yarn test-format
- run: npm uninstall -g rexreplace && npm -g install ./ && (which rexreplace || exit 0)
- run: npx yarn test-cli
Expand Down

0 comments on commit 25d236d

Please sign in to comment.