Skip to content

Commit

Permalink
username fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Dec 28, 2024
1 parent 04ac654 commit e1394ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test upload functionallity
name: Test upload functionality
on:
push:
branches:
Expand All @@ -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
Expand All @@ -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/
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/

0 comments on commit e1394ee

Please sign in to comment.