From e1394ee5899829ab908138d5f5513441faa77e71 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Sat, 28 Dec 2024 13:16:47 +0100 Subject: [PATCH] username fixes --- .github/workflows/upload.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index aacdee63eb..86c91e0127 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -1,4 +1,4 @@ -name: Test upload functionallity +name: Test upload functionality on: push: branches: @@ -25,7 +25,7 @@ jobs: sudo apt-get update sudo apt-get --only-upgrade install google-chrome-stable google-chrome --version - - name: Setup environment + - name: Setup SSH/SCP container run: | docker build --load -t ssh-server-password --file test/docker/Dockerfile.scp . docker run -d -p 2222:22 ssh-server-password @@ -34,4 +34,4 @@ jobs: - name: Start local HTTP server run: (serve test/data/html/ -l 3001&) - name: Run Chrome test sending data using scp - run: bin/sitespeed.js http://127.0.0.1:3001/simple/ --xvfb -n 1 --scp.host localhost --scp.port 2222 --scp.username username --scp.password password --scp.destinationPath /tmp/ \ No newline at end of file + run: bin/sitespeed.js http://127.0.0.1:3001/simple/ --xvfb -n 1 --scp.host localhost --scp.port 2222 --scp.username scpuser --scp.password password --scp.destinationPath /home/scpuser/ \ No newline at end of file