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

tests: get epochs/daily commit with ./wpt rev-list (#11002)

This commit is contained in:
Luca Casonato 2021-06-16 14:19:44 +02:00 committed by GitHub
parent ac431ca076
commit 8e4a70c7e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)