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:
parent
ac431ca076
commit
002bec01d3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/wpt_epoch.yml
vendored
2
.github/workflows/wpt_epoch.yml
vendored
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue