mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 06:23:16 +00:00
remove different port, add qa_compare with different user
This commit is contained in:
parent
a7ee58cc26
commit
c42d3df889
2 changed files with 2 additions and 3 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
@ -48,5 +48,4 @@ jobs:
|
|||
run: |
|
||||
sudo rm -rf ./test-crawls
|
||||
mkdir test-crawls
|
||||
export REPEAT=1
|
||||
sudo -E yarn test ./tests/saved-state.test.js
|
||||
sudo yarn test ./tests/saved-state.test.js ./tests/qa_compare.test.js
|
||||
|
|
|
@ -117,7 +117,7 @@ test("check parsing saved state + page done + queue present", () => {
|
|||
test("check crawl restarted with saved state", async () => {
|
||||
let containerId = null;
|
||||
|
||||
const port = process.env.REPEAT == "1" ? 36389 : 36379;
|
||||
const port = 36379;
|
||||
|
||||
try {
|
||||
containerId = execSync(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue