mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-31 01:19:11 +00:00 
			
		
		
		
	tests: Fixes
This commit is contained in:
		| @@ -11,6 +11,7 @@ install: | |||||||
|   - echo "127.0.0.1 localhost" | sudo tee /etc/hosts |   - echo "127.0.0.1 localhost" | sudo tee /etc/hosts | ||||||
|   - echo "127.0.0.1 ca.example.lan ca" | sudo tee -a /etc/hosts |   - echo "127.0.0.1 ca.example.lan ca" | sudo tee -a /etc/hosts | ||||||
|   - echo "127.0.0.1 vpn.koodur.lan" | sudo tee -a /etc/hosts |   - echo "127.0.0.1 vpn.koodur.lan" | sudo tee -a /etc/hosts | ||||||
|  |   - sudo mkdir -p /etc/systemd/system | ||||||
|   - sudo pip install -r requirements.txt |   - sudo pip install -r requirements.txt | ||||||
|   - sudo pip install codecov pytest-cov |   - sudo pip install codecov pytest-cov | ||||||
|   - sudo pip install --editable . |   - sudo pip install --editable . | ||||||
| @@ -18,7 +19,7 @@ script: | |||||||
|   - sudo useradd adminbot -G sudo -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1' |   - sudo useradd adminbot -G sudo -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1' | ||||||
|   - sudo useradd userbot -G users -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1' |   - sudo useradd userbot -G users -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1' | ||||||
|   - sudo adduser --system --no-create-home --group certidude |   - sudo adduser --system --no-create-home --group certidude | ||||||
|   - sudo py.test -s --cov-report xml --cov=certidude tests/ |   - sudo py.test --cov-report xml --cov=certidude tests/ | ||||||
| cache: | cache: | ||||||
|   directories: |   directories: | ||||||
|     - $HOME/.cache/pip |     - $HOME/.cache/pip | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user