Skip to content

Commit

Permalink
Prefixing local/github test scripts with tcs for 'task cluster skip'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcottner committed May 21, 2024
1 parent ce979f8 commit dec9c46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ RUN npm ci

ENV NIGHTLY_PATH="/opt/firefox/firefox"

CMD npm run test:local
CMD npm run tcs:test
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"lint:fix": "npm run lint:eslint -- --fix",
"start:linux": "web-ext run --verbose --source-dir ./extension/ --firefox-binary /usr/bin/firefox-nightly --pref 'extensions.experiments.enabled=true'",
"start:macos": "web-ext run --verbose --source-dir ./extension/ --firefox-binary '/Applications/Firefox Nightly.app/Contents/MacOS/firefox' --pref 'extensions.experiments.enabled=true'",
"test:local": "npm-run-all clean build:* && jest --testTimeout=30000",
"test:docker": "docker build . -t addon-test:latest && docker run --rm -it addon-test:latest"
"tcs:test": "npm-run-all clean build:* && jest --testTimeout=30000",
"tcs:docker": "docker build . -t addon-test:latest && docker run --rm -it addon-test:latest"
},
"devDependencies": {
"eslint": "8.57.0",
Expand Down

0 comments on commit dec9c46

Please sign in to comment.