Skip to content

Commit

Permalink
check deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
Monargoras committed Nov 22, 2024
1 parent 2235626 commit ba9e1db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
# install create-nxtstart-app
- run: npm install -g
# clean folder to instantiate new git repo
- run: ls -lah
- run: shopt -s dotglob
- run: rm -rf .git
- run: ls -lah
# run test
- run: npm run testNpm
yarn:
Expand All @@ -40,7 +42,9 @@ jobs:
# install create-nxtstart-app
- run: npm install -g
# clean folder to instantiate new git repo
- run: ls -lah
- run: shopt -s dotglob
- run: rm -rf .git
- run: ls -lah
# run test
- run: npm run testYarn

0 comments on commit ba9e1db

Please sign in to comment.