blob: 8e81c1088ea6601247ddccb1d090886378801ed9 [file] [log] [blame]
on:
push:
branches:
- master
pull_request:
paths:
- 'tools/**'
name: manifest
jobs:
build-and-tag:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v1
with:
fetch-depth: 50
- name: Install dependencies
run: |
sudo apt-get -qqy install zstd
pip install -r tools/wpt/requirements.txt
- name: Run manifest_build.py
run: tools/docker/retry.py --delay 60 python tools/ci/manifest_build.py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}