1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

tests: get epochs/daily commit with ./wpt rev-list

This commit is contained in:
Luca Casonato 2021-06-16 11:20:36 +02:00
parent ac431ca076
commit 002bec01d3
No known key found for this signature in database
GPG key ID: 01A83EB62563811F

View file

@ -50,7 +50,7 @@ jobs:
run: |
git remote set-branches origin '*'
git fetch origin
git checkout origin/epochs/daily
git checkout $(./wpt rev-list --epoch 1d)
git checkout -b epochs/daily
- name: Configure hosts file for WPT (unix)