Skip to content

Update my portfolio URL #346

Update my portfolio URL

Update my portfolio URL #346

Workflow file for this run

name: build
on: [push, pull_request, workflow_dispatch]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: |
sudo apt-get install jq python3 python3-pip firefox && pip3 install -r requirements.txt
- name: HTML Validation
run: |
./tests/validators/html_validator.sh dist
- name: CSS Validation
run: |
./tests/validators/css_validator.sh dist
- name: Selenium Tests
run: |
cd tests/webtests
python3 -m unittest -v