Skip to content

Commit

Permalink
test: rename test file and its task
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed May 1, 2023
1 parent ecebcc5 commit 05978c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run headless tests - specific version
uses: coactions/setup-xvfb@v1
with:
run: npm run test:specificVersion
run: npm run test:minSupportVersion
- name: Run headless tests - latest version
uses: coactions/setup-xvfb@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@
"watch": "tsc -watch -p ./",
"pretest": "npm run compile",
"lint": "eslint . ./src/**/*.ts",
"test:specificVersion": " node ./out/test/runSpecificVersionTest.js",
"test:minSupportVersion": " node ./out/test/runMinSupportVersionTest.js",
"test:latest": " node ./out/test/runLatestTest.js",
"test": "npm run test:specificVersion && npm run test:latest",
"test": "npm run test:minSupportVersion && npm run test:latest",
"package": "vsce package ./node_modules/.bin/vsce package"
},
"devDependencies": {
Expand Down
File renamed without changes.

0 comments on commit 05978c4

Please sign in to comment.