Skip to content

Disable old Selenium tests, and update build passing badge. #347

Disable old Selenium tests, and update build passing badge.

Disable old Selenium tests, and update build passing badge. #347

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