Skip to content

Commit

Permalink
removed additional test
Browse files Browse the repository at this point in the history
  • Loading branch information
mAmineChniti committed Dec 26, 2023
1 parent 9c13cff commit fad9a6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,3 @@ jobs:
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

additional-test:
runs-on: ubuntu-latest
needs: publish

steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: latest

- name: Install dependencies
run: |
npm install -g create-catonaut
- name: Making sure our published package actually works
run: |
npx create-catonaut firstTestApp
npm create catonaut secondTestApp
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-catonaut",
"version": "0.0.7",
"version": "0.0.8",
"main": "src/index.js",
"bin": {
"create-catonaut": "./src/index.js"
Expand Down

0 comments on commit fad9a6c

Please sign in to comment.