Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit fdcf7a5

Browse files
committed
[PR #321] Use firefox instead of chrome for pull request unit testing
2 parents 6b714f3 + 9455dab commit fdcf7a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ ifdef SAUCE_USER_NAME
226226
@echo 'Running web component tests remotely on Sauce Labs...'
227227
@npm run test-sauce --silent -- --sauce-tunnel-id \"$(TRAVIS_JOB_NUMBER)\" --sauce-username $(SAUCE_USER_NAME) --sauce-access-key $(SAUCE_ACCESS_KEY)
228228
else
229-
@npm run test -- --local chrome
229+
@npm run test -- --local firefox
230230
endif
231231

232232
test-py: dist/urth
@@ -379,4 +379,4 @@ all: init
379379
release: EXTRA_OPTIONS=-e PYPI_USER=$(PYPI_USER) -e PYPI_PASSWORD=$(PYPI_PASSWORD)
380380
release: PRE_SDIST=echo "[server-login]" > ~/.pypirc; echo "username:" ${PYPI_USER} >> ~/.pypirc; echo "password:" ${PYPI_PASSWORD} >> ~/.pypirc;
381381
release: POST_SDIST=register upload
382-
release: sdist
382+
release: sdist

0 commit comments

Comments
 (0)